ol-cesium-webpack-example
ol-cesium-webpack-example copied to clipboard
A prototype of OL-Cesium with Webpack based on the official Cesium with Webpack example
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. (cesium.js:305272) at __webpack_require__ (cesium.js:55) at...
Hello, I found a bug that Cesium3DTileset does not work in this example. I thought it missed some dependencies, such as `ThirdParty`. This is the `webpack.config.js` that I had updated...
Thanks for the cool example. I am running it with `npm start` and noticed that `main.css` is not loaded when accessing it through `localhost:8080`. Is there something missing in the...