Hi Cesium community,
My Cesium app has to deal with some cases in which the polygons associated with distinct entities happen to be geometrically identical.
This creates an interesting problem where highlighting polygons by changing their edge color temporarily doesn’t work; polygons elsewhere in the stack seem to be hiding the changed edge color.
It would be good if my user could click in the area of the stack and get information about the properties of each polygon under the point that they clicked. Currently they only get the standard Cesium popup about the polygon at the top of the stack. Is there a nice way to make this happen?
Can anyone offer me some general wisdom about getting this sort of stack under control? Is there a way e.g. to ensure that a particular item shows up on the top of the stack, where the user can perceive changes to its material properties?
Thanks!
A