nate

Results 6 comments of nate

I set time range using roughly the following code: ``` constructor( private viewerConf: ViewerConfiguration ) { // Load metadata. this.locationMetadata = some_json_file as LocationMetadata; const clock = new Cesium.Clock({ startTime:...

I believe this issue can be closed now with the last comment I posted.

@scottazord I'm fairly new to AC so I can't help out much. Be sure you defined that code in the constructor and not in any other function like ngOnInit. And...

@scottazord fyi, I had luck changing the clock dynamically by just messing with the clock object. Like: `this.viewer.clockViewModel.currentTime = Cesium.JulianDate.fromIso8601('2020-10-05T15:10:00');`

ya this would be great!