Hi all,
In the example:
I have added the following KML file:
https://dl.dropboxusercontent.com/u/21623164/docSantiago%20-%201%20Edificio-Relative.kml
However, if I change the Terrain from WGS84 to STK World, the building seems to be below the terrain. How can I fix that?
Thanks in advance
Best regards
Cris
Hello Cris,
We currently don’t support rendering on terrain when loading from a KML file. Tom has been working on a PR to get entities on terrain, and you can track the progress here: https://github.com/AnalyticalGraphicsInc/cesium/pull/3903
Right now the biggest thing holding back that feature are performance concerns.
As a work around, you will need to add height to the data being loaded from the file (sorry, I can’t see exactly what your KML is doing because I’m having trouble connecting to dropbox)
Best,
Hannah