leaflet-esri-webmap

0.2.0 • Public • Published

L.esri.WebMap

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]

Limitations

Please see here.

License

Copyright 2016 Yusuke Nunokawa.

MIT.

Package Sidebar

Install

npm i leaflet-esri-webmap

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • ynunokawa