I’m using Google photorealistic and I’ve drawn an example polygon below. However, it does not show it like on Google Earth. Even though I changed the HeightReference values, there was no change in the cesium. How can I solve this situation, thank you in advanc
What do you think about Could it be possible that these heights are orthometric ? Because i am %100 sure the heights in meters. We found an information in blog mentioned Cesium working with ellipsoidal heights. Your sandcastle example looks fine but still need to be lower.
Right now, the conversion will need to happen outside of CesiumJS.
As you mentioned, converting between reference systems varies by location. If we implemented this conversion in CesiumJS, we’d want to avoid bloating the library, so most likely we’d rely on an external API requests to perform the conversion.