I’m trying to figure out how to just display the path of gx:track KML data without animation or anything. I can only figure out how to display track data with the animation, like in this sandcastle. I assume this is simple to do, but can’t figure out what I’m missing.
Ultimately, I’d like to be able to load a GeoJSON file, a few KML gps track files, and zoom to view the entire result.
The problem is that I’m not creating an XML file, I’m just trying to display a user imported XML file. Is there an option I can pass in or something to just tell Cesium to display the entire file instead of animating it? Can I set the clock to the last frame or something?