Hi everybody,
I need to plot an animated path on Cesium. I sow that the right approach is to build a CZML datasource from my DB.
The db contains only time, lat and long datas. The only thing I can’t manage is the calculation of the altitude of every point starting from lat & long couple.
Ah okay. What you’ll need to do is compute the heights for each point on the terrain using sampleTerrainMostDetailed. Then you can save these heights in your CZML so you don’t have to recompute the height each time the line loads.