vasturiano / globe.gl

UI component for Globe Data Visualization using ThreeJS/WebGL
https://vasturiano.github.io/globe.gl/example/world-population/
MIT License
2.06k stars 302 forks source link

Overlapping marker spiderfier for globes #203

Open alhuber1502 opened 4 months ago

alhuber1502 commented 4 months ago

I wonder if there is a solution for overlapping markers on a globe. In map libraires (like Leaflet etc.) there are spiderfiers (e.g. https://jawj.github.io/OverlappingMarkerSpiderfier/demo-1.html), which separate overlapping markers for the user.

Is there a similar solution for globes?

Thanks!