文件名称:Leaflet.Graticule:经纬线网格
文件大小:64KB
文件格式:ZIP
更新时间:2024-06-11 02:59:17
JavaScript
小叶 生成纬度和经度线的刻度网格。 原料药 L.graticule(options) 创建一个新的Graticule图层,该图层继承自L.GeoJSON 。 选项是具有以下属性的可选选项对象: interval :每条刻度线之间的interval ,以度为单位 style :生成线的 例子 // Add a basic graticule with divisions every 20 degrees // as a layer on a map L . graticule ( ) . addTo ( map ) ; // Specify divisions every 10 degrees L . graticule ( { interval : 10 } ) . addTo ( map ) ; // Specify bold red lines instead of thin g
【文件预览】:
Leaflet.Graticule-master
----L.Graticule.js(3KB)
----examples()
--------mollweide.html(2KB)
--------lib()
----README.md(892B)