WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

osm-spline/xappy.js-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

xapi sample application

This example uses the OpenLayers-Library to test xapi implementations.

Requirements

You need to have an xapi server on this server at /api

Proxy a xapi instance with nginx

server {
  listen          80;
  server_name     $SERVER_NAME;
  root            $WEB_ROOT;

  location /api {
    proxy_pass http://open.mapquestapi.com/xapi/api;
  }
}

About

A map drawing example for using the xappy.js and other Xapis (based on openLayers).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published