WMS GetCapabilities
http://maps.heigit.org/ohsome/service?REQUEST=GetCapabilities<?xml version="1.0"?> <!DOCTYPE WMT_MS_Capabilities SYSTEM "http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd" [ <!ELEMENT VendorSpecificCapabilities EMPTY> ]> <!-- end of DOCTYPE declaration --> <WMT_MS_Capabilities version="1.1.1"> <Service> <Name>OGC:WMS</Name> <Title>MapProxy WMS</Title> <Abstract></Abstract> <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://maps.heigit.org/ohsome/service"/> <Fees>none</Fees> <AccessConstraints>none</AccessConstraints> </Service> <Capability> <Request> <GetCapabilities> <Format>application/vnd.ogc.wms_xml</Format> <DCPType> <HTTP> <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://maps.heigit.org/ohsome/service?"/></Get> </HTTP> </DCPType> </GetCapabilities> <GetMap> <Format>image/png</Format> <DCPType> <HTTP> <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://maps.heigit.org/ohsome/service?"/></Get> </HTTP> </DCPType> </GetMap> <GetFeatureInfo> <Format>text/plain</Format> <Format>text/html</Format> <Format>application/vnd.ogc.gml</Format> <Format>application/json</Format> <DCPType> <HTTP> <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://maps.heigit.org/ohsome/service?"/></Get> </HTTP> </DCPType> </GetFeatureInfo> </Request> <Exception> <Format>application/vnd.ogc.se_xml</Format> <Format>application/vnd.ogc.se_inimage</Format> <Format>application/vnd.ogc.se_blank</Format> </Exception> <Layer queryable="1"> <Title>MapProxy WMS</Title> <SRS>EPSG:4326</SRS> <SRS>EPSG:3857</SRS> <LatLonBoundingBox minx="-180" miny="-85.0511287798066" maxx="180" maxy="85.05112877980659" /> <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-85.0511287798066" maxx="180.0" maxy="85.05112877980659" /> <BoundingBox SRS="EPSG:3857" minx="-20037508.342789244" miny="-20037508.342789255" maxx="20037508.342789244" maxy="20037508.342789244" /> <Layer queryable="1"> <Name>ohsome:nepal_al_2_to_6</Name> <Title>OSM Nepal Administrative Levels 2 to 6</Title> <LatLonBoundingBox minx="-180" miny="-85.0511287798066" maxx="180" maxy="85.05112877980659" /> <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-85.0511287798066" maxx="180.0" maxy="85.05112877980659" /> <BoundingBox SRS="EPSG:3857" minx="-20037508.342789244" miny="-20037508.342789244" maxx="20037508.342789244" maxy="20037508.342789244" /> </Layer> <Layer queryable="1"> <Name>ohsome:admin_world</Name> <Title>OSM Administrative Levels 2 to 6</Title> <LatLonBoundingBox minx="-180" miny="-85.0511287798066" maxx="180" maxy="85.05112877980659" /> <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-85.0511287798066" maxx="180.0" maxy="85.05112877980659" /> <BoundingBox SRS="EPSG:3857" minx="-20037508.342789244" miny="-20037508.342789244" maxx="20037508.342789244" maxy="20037508.342789244" /> </Layer> </Layer> </Capability> </WMT_MS_Capabilities>