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

    Minimal structural view of a MapLibre style spec (sources map + ordered layers).

    interface StyleSpecLike {
        sources?: Record<string, unknown>;
        layers?: StyleLayerLike[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    sources?: Record<string, unknown>
    layers?: StyleLayerLike[]