ngeo
    Preparing search index...

    Object used to expose the OpenLayer map.

    Example of usage:

       (window as any).gmfapi.store.map.getMap().subscribe({
    next: (map: Map) => {
    if (map) {
    ...
    }
    },
    })
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Returns BehaviorSubject<Map>

      the OpenLayers map.

    • Set the OpenLayers map.

      Parameters

      • map: Map

        the OpenLayers map

      Returns void