{{py: from mapproxy.compat import PY2 if PY2: from urllib import quote, quote_plus else: from urllib.parse 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)
{{if 'wms_111' in services }} {{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}}
The demo service only supports WMS 1.1.1. Enable 1.1.1 to see a list of your configured layers.
{{endif}} {{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}} {{if 'wmts_kvp' in services}}
KVP capabilities document (download as xml) (view as html)
{{endif}} {{if 'wmts_restful' in services}}
RESTFul capabilities document (download as xml) (view as html)
{{endif}} {{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}}