I have a collection of PointPrimitives (100K of them) and I want to cluster them when the user is zoomed out and as they zoom in the clusters would expand.
Any thoughts anyone?
I have a collection of PointPrimitives (100K of them) and I want to cluster them when the user is zoomed out and as they zoom in the clusters would expand.
Any thoughts anyone?
Hello,
We don’t have any kind of clustering algorithm currently implemented in Cesium.
Recheli Frish posted an article and a clustering demo here: http://webiks.com/cesium-clustering/
We also have a demo here that shows expanding billboard points that occupy the sample point: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Star%20Burst.html&label=Showcases
Best,
Hannah
Thank you for sharing the links.