Skip to content

Instantly share code, notes, and snippets.

@alexgleith
Created May 9, 2018 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexgleith/69c86cb382fa49ea258561670390ce24 to your computer and use it in GitHub Desktop.
Save alexgleith/69c86cb382fa49ea258561670390ce24 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE WMT_MS_Capabilities SYSTEM "http://schemas.opengis.net/wms/1.1.1/capabilities_1_1_1.dtd" >
<WMT_MS_Capabilities version="1.1.1">
<Service>
<Name>OGC:WMS</Name>
<Title>Web Map Service - GeoWebCache</Title>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://api.maps.vic.gov.au/vicmapapi/map/wms?SERVICE=WMS&amp;"/>
</Service>
<Capability>
<Request>
<GetCapabilities>
<Format>application/vnd.ogc.wms_xml</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://api.maps.vic.gov.au/vicmapapi/map/wms?SERVICE=WMS&amp;"/>
</Get>
</HTTP>
</DCPType>
</GetCapabilities>
<GetMap>
<Format>image/png</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://api.maps.vic.gov.au/vicmapapi/map/wms?SERVICE=WMS&amp;"/>
</Get>
</HTTP>
</DCPType>
</GetMap>
<GetFeatureInfo>
<Format>text/plain</Format>
<Format>application/vnd.ogc.gml</Format>
<Format>text/html</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://api.maps.vic.gov.au/vicmapapi/map/wms?SERVICE=WMS&amp;"/>
</Get>
</HTTP>
</DCPType>
</GetFeatureInfo>
<DescribeLayer>
<Format>application/vnd.ogc.wms_xml</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://api.maps.vic.gov.au/vicmapapi/map/wms?SERVICE=WMS&amp;"/>
</Get>
</HTTP>
</DCPType>
</DescribeLayer>
<GetLegendGraphic>
<Format>image/png</Format>
<Format>image/jpeg</Format>
<Format>image/gif</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://api.maps.vic.gov.au/vicmapapi/map/wms?SERVICE=WMS&amp;"/>
</Get>
</HTTP>
</DCPType>
</GetLegendGraphic>
</Request>
<Exception>
<Format>application/vnd.ogc.se_xml</Format>
</Exception>
<Layer>
<Title>GeoWebCache WMS</Title>
<Abstract>Note that not all GeoWebCache instances provide a full WMS service.</Abstract>
<LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
<Layer>
<Name>CARTOGRAPHICAL</Name>
<Title>CARTOGRAPHICAL</Title>
<SRS>EPSG:3111</SRS>
<BoundingBox SRS="EPSG:3111" minx="1786000.0" miny="913528.9983913298" maxx="3953471.00160867" maxy="3081000.0"/>
</Layer>
<Layer>
<Name>HYBRID_CARTO</Name>
<Title>HYBRID_CARTO</Title>
<SRS>EPSG:3111</SRS>
<BoundingBox SRS="EPSG:3111" minx="1786000.0" miny="913528.9983913298" maxx="3953471.00160867" maxy="3081000.0"/>
</Layer>
<Layer>
<Name>SATELLITE2</Name>
<Title>SATELLITE2</Title>
<SRS>EPSG:3111</SRS>
<BoundingBox SRS="EPSG:3111" minx="1786000.0" miny="913528.9983913298" maxx="3953471.00160867" maxy="3081000.0"/>
</Layer>
</Layer>
</Capability>
</WMT_MS_Capabilities>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment