文件名称:L.TileLayer.Webatlas:使用Norkart Webatlas tilecache的传单插件
文件大小:47KB
文件格式:ZIP
更新时间:2024-05-25 06:11:59
JavaScript
L.TileLayer.Webatlas Leaflet插件可将Webatlas tilecache与正确的归因和API密钥配合使用。 只需要香草传单。 用法 在页面上包含文件L.TileLayer.Webatlas.js 。 实例化一个新层就像实例化一个新的L.TileLayer一样,只需要记住API令牌即可: L.tileLayer.webatlas({apikey:'my-api-key'})。addTo(map); 要指定另一层: L.tileLayer.webatlas({apikey: 'my-api-key', mapType: L.TileLayer.Webatlas.Type.GREY}).addTo(map); 有关示例用法,请参见demo / index.html。 使用NPM安装 安装套件 npm install leaflet-webatlastile
【文件预览】:
L.TileLayer.Webatlas-master
----.gitignore(12B)
----package.json(1017B)
----package-lock.json(115KB)
----src()
--------L.TileLayer.Webatlas.js(34KB)
----gulpfile.js(2KB)
----LICENSE.txt(1KB)
----README.md(2KB)
----demo()
--------index.html(3KB)
----L.TileLayer.Webatlas.min.js(26KB)
----bower.json(606B)