package documentation

Undocumented

Module config Undocumented
Module util No module docstring; 0/1 function, 1/1 class documented
Module wsgi_app Undocumented
Module wsgi_main Undocumented

From __init__.py:

Exception ServiceException Undocumented
Function wms_request Undocumented
Function wmts_request Undocumented
Function _call Undocumented
Function _call_with_retry Undocumented
Variable _request_number Undocumented
Variable _retry_count Undocumented
Variable _retry_pause Undocumented
def _call(service, params): (source)

Undocumented

_retry_count: int = (source)

Undocumented

_retry_pause: int = (source)

Undocumented

_request_number: int = (source)

Undocumented

def _call_with_retry(service, params): (source)

Undocumented

def wms_request(layer_uid, bounds: gws.Bounds, width, height, forward=None): (source)

Undocumented

def wmts_request(source_uid, x, y, z, tile_matrix, tile_size): (source)

Undocumented