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

    Variable TileTypeConst

    TileType: { Avif: 5; Jpeg: 3; Pbf: 1; Png: 2; Unknown: 0; Webp: 4 } = ...

    Describe the type of tiles stored in the archive. 0 is unknown/other, 1 is a vector tile spec.

    Type declaration

    • ReadonlyAvif: 5

      Image tiles.

    • ReadonlyJpeg: 3

      Image tiles.

    • ReadonlyPbf: 1

      Vector tiles.

    • ReadonlyPng: 2

      Image tiles.

    • ReadonlyUnknown: 0

      unknown/other.

    • ReadonlyWebp: 4

      Image tiles.