@geogirafe/lib-geoportal
    Preparing search index...

    The 3D Globe, based on Cesium and synchronized with the OpenLayers map by OLCesium.

    This module is the only place where Cesium and OLCesium are used. It is loaded on demand by the map-3d Component, so that those (heavy) libraries stay out of the initial bundle as long as the 3D Map is not displayed.

    Index
    olCesium: any
    • Loads Cesium and OLCesium and initializes the globe on the given target element.

      Parameters

      • target: HTMLDivElement

      Returns Promise<void>