Is it possible when showing an entity in Cesium with Height property to choose if the height is referanced to AGL /above ground level/ or AMSL / above main sea level/.
Terrain: Cesium.createDefaultTerrainProviderViewModels()
Is it possible when showing an entity in Cesium with Height property to choose if the height is referanced to AGL /above ground level/ or AMSL / above main sea level/.
Terrain: Cesium.createDefaultTerrainProviderViewModels()
Hello @Valentin_Peshev,
Sorry, Cesium does not support height above mean sea level. Currently we support either CLAMP_TO_GROUND or RELATIVE_TO_GROUND for `heightReference. See Cesium Sandcastle and Cesium Sandcastle for examples.
Cheers,
Hannah
Thank you
is there any attention to support ASL?