You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of the scale bar shows the lon and lat position of the mouse:
When there is terrain data loaded, it would be nice to also show an estimate of elevation. However, Cesium's built in function for getting elevation at a point (scene.globe.pick) has issues, see the discussion here: CesiumGS/cesium#4368
The current version of the scale bar shows the lon and lat position of the mouse:
When there is terrain data loaded, it would be nice to also show an estimate of elevation. However, Cesium's built in function for getting elevation at a point (
scene.globe.pick
) has issues, see the discussion here: CesiumGS/cesium#4368Terria.JS has a nice solution for this, but it required that they extend Cesium to add a
pickTriangle
function toglobe
.The text was updated successfully, but these errors were encountered: