Hi,
I am looking to add a callback to a layer, on my map each colored area is made up of a GeoJSON layer. I would like to display information on each area=layer when the mouse passes over it, and the icing on the cake is that it works in 3D (image 00)…
For this I am trying to develop a first test (image 01). I want to reproduce the 2D behavior, selection of each area when the mouse passes over it and display of text information (south sahara desert for example), in 3D.
After research I found some things (https://sandcastle.cesium.com/, Mouse Hover Event, Color change hoover GeoJSON…) but it does not correspond to my GeoJSON layer case…
Is there an example that matches what I want to do?
Docs, pointers… are welcome.