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

    Interface VectorLineWithOffset

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

    interface VectorLineWithOffset {
        geometry: VectorLine;
        offset: number;
    }
    Index

    Properties

    Properties

    geometry: VectorLine

    the line data

    offset: number

    the offset of the line to start processing the dash position