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

    Interface S2JSONLayerGuide

    object containing a layer guide for extent, shape, and mShape

    interface S2JSONLayerGuide {
        extent?: Extents;
        mShape?: Shape;
        shape?: Shape;
    }
    Index

    Properties

    extent?: Extents

    The extent to encode the feature geometry to

    mShape?: Shape

    The shape to encode the feature M-Values to

    shape?: Shape

    The shape to encode the feature properties to