MBTiles

With this tile provider, the tiles are provided via an MBTiles fileopen in new window. The tile format and all other properties of the tileset are derived from the contents of the MBTiles file. Only the WebMercatorQuad tiling scheme is supported.

Configuration

NameDefaultDescriptionTypeSince
id
Unique identifier of the entity, has to match the filename. Allowed characters are (A-Z, a-z), numbers (0-9), underscore and hyphen.
string
v2.0
providerType
Always TILE.
string
v2.0
providerSubType
Always MBTILES.
string
v2.0
tilesets
{}
Definition of tilesets.
object
v3.4
layers
{}
Deprecated See tilesets.
object
v3.4

Tileset

NameDefaultDescriptionTypeSince
id
The tileset id.
string
v3.4
source
null
Filename of the MBTiles file in the api-resources/tiles directory.
string
v3.4

Example


id: zoomstack-tiles
providerType: TILE
providerSubType: MBTILES
tilesets:
  __all__:
    id: __all__
    source: zoomstack/OS_Open_Zoomstack.mbtiles