文件名称:Leaflet.UTM:用于L.LatLng的简单UTM(WGS84)方法
文件大小:40KB
文件格式:ZIP
更新时间:2024-05-22 22:35:18
leaflet latlng utm JavaScript
单张 L.LatLng的简单 (WGS84)方法。 用Leaflet 0.7、1.0.3、1.1.0、1.2.0、1.3.1、1.6.0和1.7.1进行测试。 基于Chuck Taylorjavascript代码。 安装 使用npm进行browserify npm安装leaflet.utm(和require('leaflet.utm')),或仅下载L.LatLng.UTM.js并在html中为其添加脚本标签。 用法 LatLng-> UTM 在任何L.LatLng对象中调用方法utm()以获取UTM坐标对象。 方法toString会将其无缝转换为字符串。 例如,要在标记中创建弹出窗口: marker . bindPopup ( 'UTM: ' + marker . getLatLng ( ) . utm ( ) ) ; 带有文本UTM: 467486.3, 4101149.3,
【文件预览】:
Leaflet.UTM-master
----.eslintrc(842B)
----package.json(988B)
----.github()
--------workflows()
----test()
--------spec.js(6KB)
--------index.html(1KB)
--------fixtures.js(2KB)
----LICENSE(1KB)
----package-lock.json(72KB)
----.npmignore(82B)
----examples()
--------input.html(4KB)
--------markers.html(3KB)
--------index.html(151B)
----.gitignore(21B)
----L.LatLng.UTM.js(21KB)
----README.md(5KB)
----bower.json(422B)