Tile provider.
Source code: gws.plugin.tile_layer.provider
Module Contents
-
class gws.plugin.tile_layer.provider.Config(*args, **kwargs)
Tile provider configuration.
-
grid: gws.base.layer.GridConfig | None
Source grid.
-
maxRequests: int = 0
Max concurrent requests to this source.
-
url: gws.Url
Rest url with placeholders {x}, {y} and {z}.
-
class gws.plugin.tile_layer.provider.Object
GWS object tree node.
-
grid: gws.TileGrid | None
-
maxRequests: int
-
url: gws.Url
-
configure()
Configuration hook.