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

    A minimal MapLibre GL Style-like object as returned by map.getStyle(). The registry only reads layers to find the first existing layer id (so the basemap can be inserted below the data layers).

    interface NativeStyleView {
        layers?: { id?: string }[];
    }
    Index

    Properties

    Properties

    layers?: { id?: string }[]