Taos API Reference
    Preparing search index...

    Interface GeoVectorOptions

    Options for a vector-tile tileset added to a GeoScene.

    interface GeoVectorOptions {
        style?: VectorStyle;
        debug?: VectorDebugOptions;
        wallInsetMeters?: number;
    }
    Index

    Properties

    style?: VectorStyle

    MapLibre style (from parseMapLibreStyle) driving which source-layers render and their colors / widths / heights. Omit for the built-in default look.

    Debug isolation (off in normal use) — render only one tile / one building feature, for diagnosing z-fighting. See VectorDebugOptions.

    wallInsetMeters?: number

    Meters to shrink each building footprint toward its centroid before extruding, separating the coincident party walls abutting buildings share (the dominant building z-fight source). Omit for the default (~7.5 cm, imperceptible); pass 0 to disable.