You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fresh clone of this repository results in an error:
Uncaught TypeError: Cannot read property 'Scene' of undefined
at new e (cesium.js:325738)
at Object.<anonymous> (cesium.js:305272)
at __webpack_require__ (cesium.js:55)
at Object.<anonymous> (cesium.js:349102)
at __webpack_require__ (cesium.js:55)
at webpackJsonpCallback (cesium.js:26)
at app.js:1
This is likely because cesium has moved to ES6 modules in version 1.63.
A fresh clone of this repository results in an error:
This is likely because cesium has moved to ES6 modules in version 1.63.
From package-lock.json:
Indeed, building the repo with cesium version 1.47 works fine.
Is there any way to get ol-cesium to work with the current version of cesium?
The text was updated successfully, but these errors were encountered: