When using a custom Geocoder I noticed two issues. As you can see in the linked example, I defined a Cartesian3.fromDegrees() as the target from the result coordinates and an elevation that the camera should take above ground at the destination.
If the Cesium.createWorldTerrain()
is activated as terrainProvider
in the viewer, the height value there is ignored entirely. If the terrain is also disabled, the altitude is applied, but I have the feeling that this only works up to an altitude of about 200 meters. I need to position the camera 50 meters above ground at the destination. Is this even possible with this way in the linked Sandcastle or is there a bug in Cesium?