Skip to content

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

Notifications You must be signed in to change notification settings

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