I have a strange problem after the upgrade to 1.23
I get this error:
An error occurred while rendering. Rendering has stopped.
DeveloperError: point is required.
Error
at new DeveloperError (http://www.livetrack24.com/js/cesium.1.23/Build/CesiumUnminified/Cesium.js:1321:19)
at Function.BoundingSphere.expand (http://www.livetrack24.com/js/cesium.1.23/Build/CesiumUnminified/Cesium.js:13345:19)
at Array.writePositionScaleAndRotation (http://www.livetrack24.com/js/cesium.1.23/Build/CesiumUnminified/Cesium.js:76076:28)
at BillboardCollection.update (http://www.livetrack24.com/js/cesium.1.23/Build/CesiumUnminified/Cesium.js:76660:39)
at LabelCollection.update (http://www.livetrack24.com/js/cesium.1.23/Build/CesiumUnminified/Cesium.js:103676:29)
at PrimitiveCollection.update (http://www.livetrack24.com/js/cesium.1.23/Build/CesiumUnminified/Cesium.js:153865:27)
at updatePrimitives (http://www.livetrack24.com/js/cesium.1.23/Build/CesiumUnminified/Cesium.js:162152:27)
at executeCommandsInViewport (http://www.livetrack24.com/js/cesium.1.23/Build/CesiumUnminified/Cesium.js:162086:9)
at updateAndExecuteCommands (http://www.livetrack24.com/js/cesium.1.23/Build/CesiumUnminified/Cesium.js:161954:17)
at render (http://www.livetrack24.com/js/cesium.1.23/Build/CesiumUnminified/Cesium.js:162359:9)
it happens 5-60 secs after the page finishes to load, and can be demonstrated here:
http://www.livetrack24.com/tasks/2958/3d/c/23
on 1.22 the problem does not appear , you can try it here
http://www.livetrack24.com/tasks/2958/3d/c/22
I have checked the change log from 22 to 23 but there is nothing that could trigger this.
Also it is quite hard to pinpoint and debug it since it is in the core function of cesium and the trace does not originate from one of my functions
Any ideas about this , or how i can debug it ?
Thank you in advance
Manolis