文件名称:mapboxgl-spiderifier:mapbox-gl上的Spiderify标记
文件大小:15KB
文件格式:ZIP
更新时间:2024-05-19 05:23:53
JavaScript
mapboxgl-spiderifier 使用标记叠加器在mapbox-gl上蜘蛛化标记。 请注意,它不会在画布中创建蜘蛛网,而是在画布顶部的覆盖层上创建蜘蛛网。 这使用mapboxgl.Marker创建标记和蜘蛛腿。 取自和鸣谢的螺旋/圆定位逻辑转到 。 例子: 笔记: Mapboxgl-js在v0.47.0版中公开了getClusterLeaves / getClusterChildren(来自 。 因此,现在我们可以从mapboxgl中获取群集中的要素,并使用该库对它们进行蜘蛛侠(spiderfy)。 用法: 简单的特征蜘蛛化 var features = [ { id : 0 , type : 'car' , color : 'red' } , { id : 1 , type : 'bicycle' , color : '#ff00ff' } , { id :
【文件预览】:
mapboxgl-spiderifier-master
----.gitignore(27B)
----package.json(772B)
----LICENSE(1KB)
----index.js(8KB)
----.eslintrc.js(485B)
----README.md(7KB)
----index.css(2KB)
----docs()
--------example-mapbox-gl-cluster-spiderfy.html(6KB)
--------example-custom-markers-and-popup.html(6KB)
--------index.html(2KB)
--------example-basic-spiderfy.html(4KB)