Tiles

There are currently three types of Tile providers:

  • Features: The tiles are derived from a feature provider.
  • MbTiles: The tiles are retrieved from one or more MBTiles files.
  • HTTP: The tiles are retrieved via HTTP, e.g. from a TileServer GL instance.

Configuration

These are common configuration options for all provider types.

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
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
FEATURES or MBILES or HTTP.
string
v2.0
tilesetDefaults
Defaults for all tilesets.
object
v3.4
tilesets
{}
Definition of tilesets.
object
v3.4