@versatiles/style
    Preparing search index...

    Type Alias DiagnosticOrigin

    Where a diagnostic came from, in the vocabulary of the input style.

    type DiagnosticOrigin = {
        layers?: string[];
        probe?: string;
        sourceId?: string;
        sourceLayer?: string;
    }
    Index
    layers?: string[]

    Layer ids of the input style.

    probe?: string

    The probe that read it — a Shortbread layer id, not one of the input's.

    sourceId?: string

    The id of the source in the input style.

    sourceLayer?: string

    The source-layer the reading came from.