@maplibre/geojson-vt
    Preparing search index...

    Type Alias GeoJSONVTSourceDiff

    type GeoJSONVTSourceDiff = {
        add?: GeoJSON.Feature[];
        remove?: (string | number)[];
        removeAll?: boolean;
        update?: GeoJSONVTFeatureDiff[];
    }
    Index

    Properties

    add?: GeoJSON.Feature[]

    Array of GeoJSON features to add

    remove?: (string | number)[]

    Array of feature IDs to remove

    removeAll?: boolean

    If true, clear all existing features

    Array of per-feature updates