文件名称:leaflet-osm:Leaflet的OpenStreetMap插件
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-20 09:52:03
JavaScript
leaflet-osm是一个插件,用于渲染来自openstreetmap.org的图块和矢量数据。 例如,openstreetmap.org网站可以使用它在基础地图上突出显示特定的或。 使用范例 平铺层 new L . OSM . Mapnik ( ) . addTo ( map ) ; // L.OSM.CycleMap and L.OSM.TransportMap require an API key: // http://www.thunderforest.com/blog/apikeys-now-available/ new L . OSM . CycleMap ( { apikey : '...' } ) . addTo ( map ) ; new L . OSM . TransportMap ( { apikey : '...' } ) . addTo ( map ) ; 资
【文件预览】:
leaflet-osm-master
----.gitignore(13B)
----package.json(480B)
----leaflet-osm.js(8KB)
----CONTRIBUTING.md(279B)
----README.md(1KB)
----BSD-LICENSE(3KB)
----test()
--------fixtures()
--------osm_test.js(5KB)