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

    Set of MapLibre source + layer ids that GeoLeaf owns and must preserve.

    interface OwnedStyleIds {
        layerIds: ReadonlySet<string>;
        sourceIds: ReadonlySet<string>;
    }
    Index

    Properties

    Properties

    layerIds: ReadonlySet<string>

    MapLibre layer ids to carry over (GeoJSON sub-layers, POI cluster layers, sentinel).

    sourceIds: ReadonlySet<string>

    MapLibre source ids to carry over (GeoJSON sources, POI cluster sources).