Multipolygons as one entity

Hello,

Is is possible to add multipolygons as one entity? I see that you can create polygons with holes using PolygonHierarchy, but it does not seem to support the case when there are no holes but more than one outer boundaries. (e.g. two islands that are one administrative unit)

Best,
Mátyás

Hello Mátyás,

You can only add one polygon per entity. However, you can declare a parent entity to control attributes of the children entities. This demo shows how to use a parent entity to toggle the show value: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Show%20or%20Hide%20Entities.html&label=Beginner

Best,

Hannah