:tocdepth: 3 :py:mod:`gws.plugin.tile_layer.provider` ======================================== .. py:module:: gws.plugin.tile_layer.provider .. autoapi-nested-parse:: Tile provider. **Source code:** :source:`gws.plugin.tile_layer.provider` Module Contents --------------- .. py:class:: Config(*args, **kwargs) Bases: :py:obj:`gws.Config` Tile provider configuration. .. py:attribute:: grid :type: Optional[gws.base.layer.GridConfig] Source grid. .. py:attribute:: maxRequests :type: int :value: 0 Max concurrent requests to this source. .. py:attribute:: url :type: gws.Url Rest url with placeholders {x}, {y} and {z}. .. py:class:: Object Bases: :py:obj:`gws.Node` GWS object tree node. .. py:attribute:: grid :type: Optional[gws.TileGrid] .. py:attribute:: maxRequests :type: int .. py:attribute:: url :type: gws.Url .. py:method:: configure() Configuration hook.