WMSTileLayerConfiguration
Configuration for a WMS TileLayer.
Properties
additional_parameters- Additional request parameters.base_url- WMS service's URL, for examplehttp://ows.mundialis.de/services/service?format- WMS image format (use 'image/png' for layers with transparency).layers- List of WMS layers to show.styles- List of WMS styles.transparent- Whether to make tiles transparent.uppercase_bool_value- Encode boolean values as uppercase in request.version- Version of the WMS service to use.
Properties
additional_parametersclass-attributeinstance-attribute
additional_parameters: dict[str, str] = field(default_factory=dict)Additional request parameters.
base_urlinstance-attribute
base_url: strWMS service's URL, for example http://ows.mundialis.de/services/service?
formatclass-attributeinstance-attribute
format: str = 'image/png'WMS image format (use 'image/png' for layers with transparency).
layersclass-attributeinstance-attribute
layers: list[str] = field(default_factory=list)List of WMS layers to show.
stylesclass-attributeinstance-attribute
styles: list[str] = field(default_factory=list)List of WMS styles.
transparentclass-attributeinstance-attribute
transparent: bool = TrueWhether to make tiles transparent.
uppercase_bool_valueclass-attributeinstance-attribute
uppercase_bool_value: bool = FalseEncode boolean values as uppercase in request.