WMSTileLayerConfiguration
Configuration for a WMS TileLayer.
Properties
-
additional_parameters(dict[str, str]) –Additional request parameters.
-
base_url(str) –WMS service's URL, for example
http://ows.mundialis.de/services/service? -
format(str) –WMS image format (use 'image/png' for layers with transparency).
-
layers(list[str]) –List of WMS layers to show.
-
styles(list[str]) –List of WMS styles.
-
transparent(bool) –Whether to make tiles transparent.
-
uppercase_bool_value(bool) –Encode boolean values as uppercase in request.
-
version(str) –Version of the WMS service to use.
Properties#
additional_parameters
class-attribute
instance-attribute
#
Additional request parameters.
base_url
instance-attribute
#
base_url: str
WMS service's URL, for example http://ows.mundialis.de/services/service?
format
class-attribute
instance-attribute
#
format: str = 'image/png'
WMS image format (use 'image/png' for layers with transparency).
layers
class-attribute
instance-attribute
#
List of WMS layers to show.
styles
class-attribute
instance-attribute
#
List of WMS styles.
transparent
class-attribute
instance-attribute
#
transparent: bool = True
Whether to make tiles transparent.