Skip to content

A leaflet plugin to display ArcGIS Web Map.

License

Notifications You must be signed in to change notification settings

pndlm/L.esri.WebMap

 
 

Repository files navigation

L.esri.WebMap

Build Status

A plugin to display ArcGIS Web Map on Leaflet maps.

You can see it with just 1 line code.

// L.esri.WebMap(webmapId, { map: L.Map });
var webmap = L.esri.webMap('22c504d229f14c789c5b49ebff38b941', { map: L.map('map') });

Web Map has an enormous spec. So, welcome your contributions to support fully!

Demo

You can see your web maps (that are open to the public) with URL parameter as the below.

http://ynunokawa.github.io/L.esri.WebMap/index.html?webmap=[your webmap id]

Development Instructions

  1. Fork and clone L.esri.WebMap
  2. cd into the L.esri.WebMap folder
  3. Install the dependencies with npm install
  4. Run npm start from the command line. This will compile minified source in a brand new dist directory, launch a tiny webserver and begin watching the raw source for changes.
  5. Run npm test to make sure you haven't introduced a new 'feature' accidentally.
  6. Make your changes in its own topic branch and create a pull request

Limitations

Please see here.

License

Copyright 2016 Yusuke Nunokawa.

MIT.

About

A leaflet plugin to display ArcGIS Web Map.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.4%
  • HTML 15.9%
  • Shell 1.7%