tileMargin that should be applied to all providers of the layer.
maximum zoom level at which data from the TileLayer will be displayed.
minimum zoom level at which data from the TileLayer will be displayed.
Name of the TileLayer.
Determines whether pointer events are enabled for all features of the layer.
The data provider(s) for the TileLayer.
The provider can either be a single TileProvider or an array of {min: number, max: number, provider: TileProvider}, where "min" and "max" define the minimum and maximum zoom level at which data from the "provider" should be used. If a single provider is defined, it's data will be used for all zoom levels. If several providers are defined for a single zoom level, only the data of the first defined is used.
options to configure the remote MVT datasource
The maximum zoom level for loading map tiles
The minimum zoom level for loading map tiles
defines the size of the mvt tile data in pixel.
URL to the remote MVT endpoint.
It is either a string which may contain the following flags that will be replaced:
or a callback function that's called with the following parameters z,y,x,quadkey and needs to return the url for the respective tile. The callback function needs to handle custom parameters by its own.
Style for rendering features in this layer.
the size of the tile data in pixel.
Indicates whether the layer should be visible (true
) or hidden (false
).
Generated using TypeDoc
Options to configure a MVTLayer.