I was wondering if anyone has had any luck with getting Cesium to automatically select Real Time when loading the page for the first time? I've tried some suggestions from previous discussions but haven't had any success.
If someone has had some luck, would you mind posting what you did to get it to work?
Thanks for messaging and providing the above code.
It's giving me a similar issue, Cesium loads and I can see "Real Time" selected. As soon as the .CZML file loads, "Real Time" is no longer selected and we are back to file start times unless manually clicked.
CZML typically contains the desired clock settings for the client. Most likely your CZML file contains different clock settings which are overriding the SYSTEM_CLOCK setting.
Alternatively, you can create the Viewer with automaticallyTrackDataSourceClocks : false which will then ignore clock settings from data sources like CZML.