bbehling
bbehling
Ive brought in the ol.js file in the angular.json file `"scripts": [ "node_modules/ol-cesium/dist/node_modules/@camptocamp/cesium/Build/Cesium/Cesium.js", "node_modules/ol-cesium/dist/ol.js" ]` now I get a new error: ol_cesium__WEBPACK_IMPORTED_MODULE_4___default.a is not a constructor When I inspect this...
~~I got this working by adding olcesium.js to the assets directory and importing the ol-cesium in the component as~~ ~~`import OLCesium from 'src/assets/olcesium.js';~~ ~~To summarize, In angular.json, I used the...
So I just updated to version 2.2.2. New compile errors - ERROR in ./node_modules/ol-cesium/src/olcs/OLCesium.js Module not found: Error: Can't resolve 'goog/asserts.js' in '/home/dev1/code/prototypes/olc2/node_modules/ol-cesium/src/olcs' ERROR in ./node_modules/ol-cesium/src/olcs/VectorSynchronizer.js Module not found: Error:...