文件名称:Leaflet.CoordinatedImagePreview:传单协调的图像查看器
文件大小:3.97MB
文件格式:ZIP
更新时间:2024-06-05 04:08:19
JavaScript
Leaflet.CoordinatedImagePreview 传单协调的图像查看器 该插件可以在列表中显示协调图像的缩略图,并通过用户单击显示原始图像。 激活插件后,它将在每个map moveend侦听器中向您的服务发送ajax请求并刷新图像列表。 它需要Leafletjs和JQuery。 它已经过JQuery 1.11.3和Leaflet 1.2.0的测试。 还需要 和 #示例请求和响应 当用户激活该插件或移动地图时,插件会发送一个带有地图边界,地图中心和限制参数的ajax请求。 您的回复应为有效的GeoJson,其中包含如下所示的Point几何 { " type " : " FeatureCollection " , " features " : [ { " type " : " Feature " ,
【文件预览】:
Leaflet.CoordinatedImagePreview-master
----src()
--------coordinatedimagepreview.js(7KB)
--------coordinatedimagepreview.css(2KB)
----dist()
--------coordinatedimagepreview.min.js(4KB)
--------coordinatedimagepreview.min.css(2KB)
----LICENSE(1KB)
----.DS_Store(8KB)
----examples()
--------testdata.json(5KB)
--------coordinatedimagepreview.html(2KB)
--------image()
----README.md(3KB)
----image()
--------open.png(427B)
--------close.png(414B)
----index.html(2KB)
----lib()
--------Leaflet.label()
--------JQuery()
--------Leaflet.bouncemarker()
--------lightbox2()