{{py: from urllib import quote, quote_plus from mapproxy.version import version def strip(s): return s.split('/')[1] def replace(s): return s.replace(':','') menu_title=None jscript_openlayers=None }} {{def jscript_functions}} {{enddef}}

About

MapProxy Version {{version}}

WMS

{{if 'wms' in services}}
Capabilities Document (download as xml) (view as html)
{{for layer in layers.values()}} {{for loop, format in looper(formats)}} {{endfor}} {{endfor}}
Layer Coordinate-System Image-Format
{{layer.name}}
{{format | strip}}

Coordinate systems marked with * are supported without reprojection.

{{else}}
This service is not available with the current configuration.
{{endif}}

WMS-C

{{if 'wms' in services}}
Capabilities Document (download as xml) (view as html)
{{else}}
This service is not available with the current configuration.
{{endif}}

WMTS

{{if 'wmts' in services}}
Capabilities Document (download as xml) (view as html)
{{for wmts_layer_name, wmts_layers in wmts_layers.items()}} {{for loop, layer in looper(wmts_layers)}} {{if not loop.first}} {{endif}} {{if layer.grid.supports_access_with_origin('nw')}} {{endif}} {{endfor}} {{endfor}}
Layer Coordinate-System Image-Format
{{wmts_layer_name}}
{{layer.grid.srs.srs_code}} {{layer.format}} {{else}} {{layer.grid.name}} not compatible with WMTS
{{else}}
This service is not available with the current configuration.
{{endif}}

TMS

{{if 'tms' in services}}
Capabilities Document (download as xml) (view as html)
{{for tms_layer_name, tms_layers in tms_layers.items()}} {{for loop, layer in looper(tms_layers)}} {{if not loop.first}} {{endif}} {{if layer.grid.supports_access_with_origin('sw')}} {{else}} {{endif}} {{endfor}} {{endfor}}
Layer Coordinate-System Image-Format Layer Capabilities
{{tms_layer_name}}
{{layer.grid.srs.srs_code}} {{layer.format}} click here {{layer.grid.name}} not compatible with TMS
{{else}}
This service is not available with the current configuration.
{{endif}}