gis-tools-ts - v0.6.0
    Preparing search index...

    Type Alias FormatOutput

    FormatOutput: "mapbox" | "flat-open-s2" | "open-s2" | "raster"

    The vector format if applicable helps define how the vector data is stored.

    • The more modern vector format is the 'open-s2' which supports things like m-values and 3D geometries.
    • The new vector format is the 'open-s2' which only supports 2D & 3D geometries, supports M-Values, properties and M-Values can have nested properties and/or arrays, and is decently fast to parse.
    • The basic vector format is the 'flat-open-s2' which only supports 2D geometries and works on older map engines like Mapbox-gl-js, is faster to parse and often lighter in size.
    • The older vector format is the 'mapbox' which is the legacy format used by Mapbox and slow to parse.
    • The raster format is used speciially for raster ONLY data. Ensures the data is stored as a raster [Default: 'open-s2']