:tocdepth: 3 :py:mod:`gws.plugin.mbtiles_layer.layer` ======================================== .. py:module:: gws.plugin.mbtiles_layer.layer .. autoapi-nested-parse:: MBTiles based layer. **Source code:** :source:`gws.plugin.mbtiles_layer.layer` Module Contents --------------- .. py:class:: Config Bases: :py:obj:`gws.base.layer.Config` MBTiles layer .. py:attribute:: processing :type: Optional[list[str]] Processing directives. .. py:attribute:: provider :type: Config.provider Provider configuration. .. py:attribute:: transparentColor :type: Optional[str] Color to treat as transparent in the layer. .. py:class:: Object Bases: :py:obj:`gws.base.layer.image.Object` .. py:attribute:: msOptions :type: gws.gis.ms.LayerOptions .. py:attribute:: serviceProvider :type: gws.plugin.mbtiles_layer.provider.Object .. py:method:: configure() .. py:method:: configure_bounds() .. py:method:: configure_grid() .. py:method:: configure_provider() .. py:method:: render(lri)