文件名称:leaflet-topography:一组用于在Leaflet.js中计算和可视化地形的工具
文件大小:3.95MB
文件格式:ZIP
更新时间:2024-04-07 20:58:00
leaflet digital-elevation-model topography gis-data dem-tiles
传单形貌 一组用于在leaflet.js中计算和可视化地形的工具 Leaflet-topography是一个传单插件,提供用于在传单地图中计算和可视化地形数据的功能和图层。这些工具基于 ,这意味着您必须使用mapbox访问令牌才能使用这些工具。 为什么? 虽然存在来计算和可视化传单中的地形,但此软件包旨在以闪电般的速度执行此操作。在幕后,传单地形使用您的mapbox令牌获取与latlng关联的贴,然后执行计算以返回该位置的高程,坡度和长宽比。点的关联DEM切片将以您选择的格式和位置进行缓存。这意味着,落在同一图块中的其他查询可以快速返回地形数据,而无需另一个网络请求。有关其工作原理的详细说明,您可以阅读我的文章 安装及使用 您可以通过npm安装传单地形: npm i leaflet-topography 或者,您可以使用unpkg将包包含在HTML head中: < head >
【文件预览】:
leaflet-topography-main
----example()
--------.babelrc(52B)
--------index.js(1KB)
--------package.json(675B)
--------leaflet.tree.css(910B)
--------layers.js(5KB)
--------index.html(2KB)
--------package-lock.json(279KB)
--------demo.js(2KB)
--------dist()
--------codesandbox-logo.png(7KB)
--------styles.css(2KB)
--------topography-icon.png(8KB)
--------custom.worker.js(2KB)
----.babelrc(129B)
----package.json(2KB)
----__tests__()
--------getTopography.test.ts(796B)
--------jest.stub.ts(368B)
--------13-543-3615.png(114KB)
--------configure.test.ts(369B)
----.prettierignore(4B)
----assets()
--------topo-6.PNG(44KB)
--------topo-a.png(67KB)
--------topo-f.PNG(40KB)
--------topo-3.PNG(43KB)
--------topo-8.PNG(96KB)
--------topo-7.PNG(43KB)
--------topo-b.png(86KB)
--------topo-d.png(56KB)
--------topo-e.png(109KB)
--------topo-2.PNG(36KB)
--------topography-icon.png(8KB)
--------topo-5.PNG(106KB)
--------topo-g.png(60KB)
--------topography-banner.png(84KB)
--------topo-h.png(95KB)
--------topo-c.png(47KB)
--------topo-1.PNG(77KB)
--------topo-4.PNG(70KB)
----LICENSE(34KB)
----package-lock.json(428KB)
----.DS_Store(6KB)
----src()
--------utils.ts(9KB)
--------preload.ts(2KB)
--------workers()
--------getTopography.ts(5KB)
--------types.ts(512B)
--------TopoLayer.ts(3KB)
--------config.ts(669B)
--------index.ts(610B)
----tsconfig.json(298B)
----index.d.ts(695B)
----.gitignore(59B)
----webpack.config.js(858B)
----README.md(21KB)
----.gitpod.yml(111B)