We’re getting the following when loading some imagery after cesium is intialized. We have a couple of different sets of imagery, so we load the imagery once the user selects which map to view. If you zoom in and out just after loading the map then the following will occur on occasion. We’re also getting alot of the following errors, but we’ve been getting these for the length of the project.
GET http://:8081/default/smerc/2/2/3.jop 404 (Not Found)
Cesium.js:428 An error occurred in “_”: Failed to obtain image tile X: 3 Y: 2 Level: 2.
Cesium.js:477 An error occurred while rendering. Rendering has stopped.
undefined
TypeError: Cannot read property ‘_target’ of undefined
TypeError: Cannot read property ‘_target’ of undefined
at f.set (http://localhost:8080/dbst/js/cesium/Cesium.js:439:17853 )
at c._setUniforms (http://localhost:8080/dbst/js/cesium/Cesium.js:439:25512 )
at k (http://localhost:8080/dbst/js/cesium/Cesium.js:460:25142 )
at L.draw (http://localhost:8080/dbst/js/cesium/Cesium.js:460:28452 )
at n.execute (http://localhost:8080/dbst/js/cesium/Cesium.js:438:27270 )
at xe (http://localhost:8080/dbst/js/cesium/Cesium.js:471:27129 )
at Ie (http://localhost:8080/dbst/js/cesium/Cesium.js:471:30195 )
at Ve (http://localhost:8080/dbst/js/cesium/Cesium.js:472:3011 )
at Be (http://localhost:8080/dbst/js/cesium/Cesium.js:472:930 )
at qe (http://localhost:8080/dbst/js/cesium/Cesium.js:472:7008)
Is there place to debug to see why this is occurring?
Scott