:tocdepth: 3 :py:mod:`gws.plugin.ows_client.wms.flatlayer` ============================================= .. py:module:: gws.plugin.ows_client.wms.flatlayer **Source code:** :source:`gws.plugin.ows_client.wms.flatlayer` Module Contents --------------- .. py:class:: Config Bases: :py:obj:`gws.base.layer.Config` Flat WMS layer. .. py:attribute:: provider :type: Optional[Config.provider] WMS provider. .. py:attribute:: sourceLayers :type: Optional[gws.gis.source.LayerFilter] Source layers to use. .. py:class:: Object Bases: :py:obj:`gws.base.layer.image.Object` .. py:attribute:: imageLayers :type: list[gws.SourceLayer] .. py:attribute:: searchLayers :type: list[gws.SourceLayer] .. py:attribute:: serviceProvider :type: gws.plugin.ows_client.wms.provider.Object .. py:attribute:: sourceCrs :type: gws.Crs .. py:attribute:: sourceLayers :type: list[gws.SourceLayer] .. py:method:: configure() .. py:method:: configure_bounds() .. py:method:: configure_grid() .. py:method:: configure_legend() .. py:method:: configure_metadata() .. py:method:: configure_models() .. py:method:: configure_provider() .. py:method:: configure_resolutions() .. py:method:: configure_search() .. py:method:: configure_source_layers() .. py:method:: configure_sources() .. py:method:: create_finder(cfg) .. py:method:: create_model(cfg) .. py:method:: mapproxy_config(mc, options=None) .. py:method:: render(lri)