Hello,
is there a built in method to zoom in and display all items in a cluster? ( decluster )
In this example ( Cesium Sandcastle )
Or would you have to manually define a click on the “3” to trigger ( viewer.flyTo(sites); )
Thanks
Hello,
is there a built in method to zoom in and display all items in a cluster? ( decluster )
In this example ( Cesium Sandcastle )
Or would you have to manually define a click on the “3” to trigger ( viewer.flyTo(sites); )
Thanks
Hi @CarlCartesian,
Thank you for bringing the community your question. For your use case, it is likely simplest to manually trigger viewer.flyTo(location)
.
Best,
Sam