maintain animation time when remove(dataSourceCollection)

Good afternoon,

I have hit a snag while removing a dataSourceCollection from an animation.

If, at hour 3 of an animation, I remove one czmlDataSource from a dataSourceCollection, the animation time automatically returns to the the animations start time, or hour 0. Is there a setting that keeps the animation time at hour 3 while removing the czmlDataSource?

Cheers, erik

If you construct Viewer and pass in automaticallyTrackDataSourceClocks : false, it will not automatically change the animation time based on data sources. You can then configure the clock however you like.

Lovely. Cheers.