Is it possible to clump to ground a polyline/polygon entity? if not, what best alternatives?

Very appreciate your response… :slight_smile:

Hi there,

We don’t have direct support for clustering polylines/polygons, however you can play with the display distance property such that polygons are not visible at some distance and instead a new polygon centered amidst the geometry you want to cluster becomes visible.

http://cesiumjs.org/Cesium/Build/Documentation/PolygonGraphics.html

Hope that helps,

  • Rachel