URL options specific for a URL Tile Set model.

Since

2023.0

Hierarchy

Properties

Properties

baseURL: string

The base URL for this tileset. See UrlTileSetModel.getTileURL for details on how this value is used.

subdomains?: string[]

When specified, UrlTileSetModel.getTileURL will replace the {s} pattern in baseURL with values from subdomains. This will cause tile requests to be spread across different subdomains. Browsers limit the amount of connections to a single domain. Using subdomains avoids hitting this limit. By default, it's empty.