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

    Shape of GeoJSONShared.state used in loader functions. map and adapter are typed unknown; callers use as any for MapLibre API access.

    interface GeoJSONState {
        map: unknown;
        layerGroup: unknown;
        geoJsonLayer: unknown;
        layers: Map<string, unknown>;
        layerIdCounter: number;
        options: Record<string, unknown>;
        adapter: unknown;
    }
    Index

    Properties

    map: unknown
    layerGroup: unknown
    geoJsonLayer: unknown
    layers: Map<string, unknown>
    layerIdCounter: number
    options: Record<string, unknown>
    adapter: unknown