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

    Interface ShapePair

    A shape pair for stronger compression and decoding

    interface ShapePair {
        countOrCol: number;
        type: 0 | 1 | 2;
    }
    Index

    Properties

    Properties

    countOrCol: number

    the length if object or array; or the column to read from

    type: 0 | 1 | 2

    The type (0 - array, 1 - object, 2 - value)