Taos API Reference
    Preparing search index...

    Interface VectorDebugOptions

    Debug isolation knobs (set from geo_osm_buildings's ?only=/?onlyId= for diagnosing building z-fighting). Off in normal use.

    interface VectorDebugOptions {
        onlyTile?: string;
        onlyFeatureId?: number;
    }
    Index

    Properties

    onlyTile?: string

    Render buildings/roads/ground for ONLY this z/x/y tile (all others are skipped).

    onlyFeatureId?: number

    Extrude ONLY the building feature with this MVT/OSM id (in whichever tiles render).