MBTiles
With this tile provider, the tiles are provided via an MBTiles file. 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
Name | Default | Description | Type | Since |
---|---|---|---|---|
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 | |
enabled | true | Option to disable the entity, which means it will not be available to other entities and background tasks will not be running. | boolean | v2.0 |
providerType | Always TILE . | string | v2.0 | |
providerSubType | Always MBTILES . | string | v2.0 | |
tilesets | {} | Definition of tilesets. | object | v3.4 |
Tileset
Name | Default | Description | Type | Since |
---|---|---|---|---|
id | The tileset id. | string | v3.4 | |
source | null | Filename of the MBTiles file in the api-resources/tiles directory. | string | v3.4 |
tileMatrixSet | WebMercatorQuad | Tile Matrix Set of the tiles in the MBTiles file. | string | v4.0 |
Example
id: zoomstack-tiles
providerType: TILE
providerSubType: MBTILES
tilesets:
__all__:
id: __all__
source: zoomstack/OS_Open_Zoomstack.mbtiles