GeoLeaf Core API - v3.0.0
    Preparing search index...

    A single entry in the in-memory basemap registry (_baseLayers).

    layer is a permanent backward-compat tombstone — no MapLibre layer instance is stored (Sprint 3 rewrite to the native API). It is always null.

    interface BaseLayerEntry {
        key: string;
        label: string;
        definition: BasemapDefinition;
        layer: null;
    }
    Index

    Properties

    key: string
    label: string
    definition: BasemapDefinition
    layer: null

    Always null — backward-compat tombstone, never a layer instance.