A plugin for Origo map to enable CesiumJS globe using Ol-Cesium
See index_example.html and index_example.json to get you started with configuration.
Copy files in build folder and put in Origos, plugins/globe folder.
ℹ️ Due to loading issues ol-cesium needs to be loaded from Origo-map.
Install ol-cesium
npm install olcs
In origo.js do
import OLCesium from 'olcs/OLCesium';
window.OLCesium = OLCesium;
