How to update CZML datasource clock after czml.process?

Why the datasouce clock is not updated automatically from processed data?
Should be done manually?

@fation

Could you please share a bit more information on your use case? What are you trying to accomplish with this project and how does CZML fit in? I am also not sure what you mean by this:

I would love to help you work through your issue but I need a little bit more information about your project. I am looking forward to learning more.

-Sam

I have created a czml datasource, and after 5 minutes i process other data that has TimeIntervalCollection format. After this data is finished processing the clock on cmzl is not upated as per the TimeIntervalCollection

1 Like

@fation

Do you have a way of manually updating the clock?

-Sam

czml.clock.startTime = JulianDate.fromIso8601("")
czml.clock.stopTime = JulianDate.fromIso8601("")

and after from this czml.clock i update viewer timeline

1 Like

@fation

I recommend using this method.

-Sam