Hi community !, I'm having some troubles with the timeline, when I start the viewer with the timeline on,
var viewer = new Cesium.Viewer('cesiumContainer',
{
animation: true,
timeline: true,
sceneMode: Cesium.SceneMode.SCENE3D,
homeButton: false,
navigationHelpButton: false,
baseLayerPicker: false,
});
Cesium is giving me the next Banner.
An error occurred while rendering. Rendering has stopped.
TypeError: Cannot read property 'update' of undefined
TypeError: Cannot read property 'update' of undefined
at Q._onTick (http://localhost/js/lib/Cesium-1.13/Build/Cesium/Cesium.js:467:6273)
at r.raiseEvent (http://localhost/js/lib/Cesium-1.13/Build/Cesium/Cesium.js:417:22698)
at l.tick (http://localhost/js/lib/Cesium-1.13/Build/Cesium/Cesium.js:424:4637)
at P.render (http://localhost/js/lib/Cesium-1.13/Build/Cesium/Cesium.js:464:23470)
at t (http://localhost/js/lib/Cesium-1.13/Build/Cesium/Cesium.js:464:10458)
and in the Chrome console
message: "Invalid ISO 8601 date."
name: "DeveloperError"
stack: "Error↵ at new t (http://localhost/js/lib/Cesium-1.13/Build/Cesium/Cesium.js:417:6242)↵ at Function.M.fromIso8601 (http://localhost/js/lib/Cesium-1.13/Build/Cesium/Cesium.js:421:7437)↵ at w._makeTics (http://localhost/js/lib/Cesium-1.13/Build/Cesium/Cesium.js:466:17828)↵ at w.zoomTo (http://localhost/js/lib/Cesium-1.13/Build/Cesium/Cesium.js:466:15917)↵ at new w (http://localhost/js/lib/Cesium-1.13/Build/Cesium/Cesium.js:466:13205)↵ at new Q (http://localhost/js/lib/Cesium-1.13/Build/Cesium/Cesium.js:466:29291)↵ at new <anonymous> (http://localhost/js/controllers.js:1045:18)↵ at e (http://localhost/js/lib/angular-latest.min.js:36:94)↵ at Object.instantiate (http://localhost/js/lib/angular-latest.min.js:36:223)↵ at http://localhost/js/lib/angular-latest.min.js:69:253"
__proto__: t
But when animation is set to false this exception doesn't appear, the most rare is that the code was working sometime correctly with this option on.
Any Ideas if I need to set some date to the clock before the viewer ? I'm missing something here ?? ..
Thanks in Advance and let me know if I can help you to help me.