Taos API Reference
    Preparing search index...

    Interface ExtrusionLayer

    An extruded (building) layer.

    interface ExtrusionLayer {
        sourceLayer: string;
        color: [number, number, number];
        heightProp?: string;
        heightConst?: number;
        minHeightProp?: string;
        filter?: unknown;
    }
    Index

    Properties

    sourceLayer: string
    color: [number, number, number]
    heightProp?: string

    Feature property holding the extrusion height (e.g. render_height), or use heightConst.

    heightConst?: number
    minHeightProp?: string

    Feature property holding the base height (floating parts), if any.

    filter?: unknown