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

    Raw GeoLeaf style inputs for a vector-tile layer — the adapter normalises these to engine paint (no MapLibre paint object ever crosses this boundary). Socle B.1.

    interface VectorTileStyleInput {
        defaultStyle?: unknown;
        resolvedStyle?: unknown;
        styleRules?: unknown[];
    }
    Index

    Properties

    defaultStyle?: unknown

    Profile-level default style (e.g. state.options.defaultStyle).

    resolvedStyle?: unknown

    Layer-resolved style object, if any.

    styleRules?: unknown[]

    Data-driven style rules (GeoLeaf GeoJSONStyleRule[], opaque here).