mapbox-GL。具有相同位置的点显示为正多边形

时间:2017-09-13 17:08:06

标签: mapbox markerclusterer mapbox-gl-js mapbox-gl

所以2分:

O-O

3个点:

O / \ O O

例如,我有两个位置相同的点。它们重叠。我想要偏移这些标记并将它们与下面的图像中的行连接起来:

enter image description here

我在这里找到了一些东西,但不知道它是否适用于how to customise cluster icon in mapbox-gl?

我发现类似于carto https://carto.com/blog/stacking-chips-a-map-hack/

1 个答案:

答案 0 :(得分:0)

@rofrol,基本上你可以使用一种名为" Spiderifier"这样做。

这是在所有框架中使用的库 https://www.npmjs.com/package/mapboxgl-spiderifier

如果你正在使用ReactJS,这是另一个解决方案 https://www.npmjs.com/package/react-mapbox-gl-spiderifier