module documentation

Undocumented

Function create Undocumented
Function create_and_save Undocumented
Constant CONFIG_PATH Undocumented
Constant DEFAULT_CONFIG Undocumented
Class _Config Undocumented
def create(root: gws.IRoot): (source)

Undocumented

def create_and_save(root: gws.IRoot): (source)

Undocumented

CONFIG_PATH = (source)

Undocumented

Value
gws.CONFIG_DIR+'/mapproxy.yaml'
DEFAULT_CONFIG: dict = (source)

Undocumented

Value
{'services': {'wmts': {}},
 'sources': {'test': {'type': 'tile',
                      'url': 'https://osmtiles.gbd-consult.de/ows/%(z)s/%(x)s/%(
y)s.png'}},
 'layers': [{'name': 'test', 'title': 'test', 'sources': ['test']}]}