文件名称:L.Control.Shapefile:Leaflet的shapefile上传控件
文件大小:16.58MB
文件格式:ZIP
更新时间:2024-05-24 03:43:43
JavaScript
L.Control.Shapefile Leaflet的shapefile上传控件。 按下上传按钮,浏览到一个压缩的shapefile,它将显示在地图中。 经Leaflet 1.0测试。 用法 在网页的顶部包含Leaflet和shapefile-js。 在body标签之后,在网页中添加L.Control.Shapefile.js和L.Control.CSS。 创建传单地图 var map = L.map('map').setView([43.5,-116.9], 13); 添加控件 L.control.shapefile({ position: 'topleft' }).addTo(map); 请参见map.html作为示例。 shp目录中有一个样本shapefile可用于测试。 学分 使用将shapefile转换为GeoJSON。 贡献者 迈克·高夫
【文件预览】:
L.Control.Shapefile-master
----L.Control.Shapefile.js(2KB)
----.gitignore(33B)
----deps()
--------shapefile-js-gh-pages()
----README.md(786B)
----.gitattributes(378B)
----shp()
--------management_area.zip(2KB)
----L.Control.Shapefile.css(574B)
----map.css(401B)
----img()
--------upload.png(284B)
----map.html(842B)
----map.js(206B)