i want to cluster the arcs drawn on the globe using cesium can any one help me

1. A concise explanation of the problem you’re experiencing.

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you’re using, your operating system and browser.

Hi there,

Can you provide more context, like an image or diagram? I’m not sure what you’re trying to accomplish.

Thanks,

Gabby

Hi there,

i am creating a network type data using the arc connecting the places.I want to cluster the data according to the location we move.

i am trying my solution to do in this way by using the polygons and arcs(https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/?src=Clustering.html)

Thanks,

Arun

So clustering only applies to billboards, points, and labels. However, it should be fairly straightforward to add an additional billboard (or point, or label) entity on each arc. Then set the DistanceDisplayCondition on each type of entity, so that when the camera is far away, the arcs are hidden and the billboards (or points, or labels) are shown, and clustered just like the Sandcastle example.

Thanks,

Gabby