WMS-C GetCapabilities
http://maps.heigit.org/ohsome/service?REQUEST=GetCapabilities&tiled=true<?xml version="1.0"?> <!DOCTYPE WMT_MS_Capabilities SYSTEM "http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd" [ <!ELEMENT VendorSpecificCapabilities (TileSet*) > <!ELEMENT TileSet (SRS, BoundingBox?, Resolutions, Width, Height, Format, Layers*, Styles*) > <!ELEMENT Resolutions (#PCDATA) > <!ELEMENT Width (#PCDATA) > <!ELEMENT Height (#PCDATA) > <!ELEMENT Layers (#PCDATA) > <!ELEMENT Styles (#PCDATA) > ]> <!-- 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> <VendorSpecificCapabilities> <TileSet> <SRS>EPSG:3857</SRS> <BoundingBox SRS="EPSG:3857" minx="-20037508.342789244" miny="-20037508.342789244" maxx="20037508.342789244" maxy="20037508.342789244" /> <Resolutions>78271.51696402048 39135.75848201024 19567.87924100512 9783.93962050256 4891.96981025128 2445.98490512564 1222.99245256282 611.49622628141 305.748113140705 152.8740565703525 76.43702828517625 38.21851414258813 19.109257071294063 9.554628535647032 4.777314267823516 2.388657133911758 1.194328566955879 0.5971642834779395 0.29858214173896974 </Resolutions> <Width>256</Width> <Height>256</Height> <Format>image/png</Format> <Layers>ohsome:nepal_al_2_to_6</Layers> <Styles></Styles> </TileSet> <TileSet> <SRS>EPSG:3857</SRS> <BoundingBox SRS="EPSG:3857" minx="-20037508.342789244" miny="-20037508.342789244" maxx="20037508.342789244" maxy="20037508.342789244" /> <Resolutions>78271.51696402048 39135.75848201024 19567.87924100512 9783.93962050256 4891.96981025128 2445.98490512564 1222.99245256282 611.49622628141 305.748113140705 152.8740565703525 76.43702828517625 38.21851414258813 19.109257071294063 9.554628535647032 4.777314267823516 2.388657133911758 1.194328566955879 0.5971642834779395 0.29858214173896974 </Resolutions> <Width>256</Width> <Height>256</Height> <Format>image/png</Format> <Layers>ohsome:admin_world</Layers> <Styles></Styles> </TileSet> </VendorSpecificCapabilities> <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>