Open adeelahmed1981 opened 3 years ago
Take a look to this demo in Cesium SandCastle that shows how to add a label and display the coordinates from the mousemove event.
You need to use Cesium.sampleTerrain to get the terrain elevation asynchronously. Take a look to this link that describes the solution: https://community.cesium.com/t/display-mouse-position-and-elevation-value-question/1058
v/r,
Alberto
thanks @alberto-acevedo for you help I will try it then let you know
Hi, Is there any coordinate control avalible for cesium viewer as we have navigation control? .i have seen such kind control in terriajs viewer.There control show lat,long and elevation on mouse move . Thanks