Parameters and methods that control the behavior of the map and the layers on it.

Implements

Constructors

Properties

controlAdapters: {
    [name: string]: any;
} = MaplibreGLMapAdapter.controlAdapters

Named map controls specific for each framework.

emitter: EventEmitter<DefaultEventMap> = ...

An instance of the EventEmitter class for listen and emit events

isLoaded: boolean = false

State of readiness of the card for use.

true
layerAdapters: {
    GEOJSON: typeof GeoJsonAdapter;
    MVT: typeof MvtAdapter;
    OSM: typeof OsmAdapter;
    TILE: typeof TileAdapter;
    WMS: typeof WmsAdapter;
} = MaplibreGLMapAdapter.layerAdapters

Named adapters for map layers through a generic interface.

map: Map$1

Original map object of GIS framework (Leaflet.Map, Openlayers.Map, MaplibreGL.Map or other)

controlAdapters: {
    [name: string]: any;
} = ...
layerAdapters: {
    GEOJSON: typeof GeoJsonAdapter;
    MVT: typeof MvtAdapter;
    OSM: typeof OsmAdapter;
    TILE: typeof TileAdapter;
    WMS: typeof WmsAdapter;
} = ...

Methods