Hi!
I have to read the current time (clock) on a czml file, is there some exemple?
Thanks in advance
let czml = ‘data/gps.czml’
viewer.dataSources.add(Cesium.CzmlDataSource.load(czml)).then(function(ds) {
viewer.trackedEntity = ds.entities.getById(‘path’);
viewer.clock.shouldAnimate = true;
});