open-vector-tile - v1.8.0
    Preparing search index...

    Interface VectorLine3DWithOffset

    Built array line data with associated offset to help render dashed lines across tiles.

    interface VectorLine3DWithOffset {
        geometry: VectorLine3D;
        offset: number;
    }
    Index

    Properties

    Properties

    geometry: VectorLine3D

    the line data

    offset: number

    the offset of the line to start processing the dash position