<?xml version='1.0' encoding="UTF-8" standalone="no" ?>
<!DOCTYPE WMT_MS_Capabilities SYSTEM
"http://www.digitalearth.gov/wmt/xml/capabilities_1_0_0.dtd"
[
<!ELEMENT VendorSpecificCapabilities EMPTY>
]>
<WMT_MS_Capabilities version="1.0.0" updateSequence="0">
<Service>
<Name>GetMap</Name>
<Title>Basic Map Server</Title>
<Abstract>Basic WMS Map Server built as an example for a WMS cookbook Contact: adoyle@intl-interfaces.com.</Abstract>
<Keywords>Demo WMS Cookbook</Keywords>
<!-- Top-level address of service or service provider. See also onlineResource attributes of <dcpType> children. -->
<OnlineResource>http://www.intl-interfaces.net/cookbook/WMS/</OnlineResource>
<Fees>none</Fees>
<AccessConstraints>none</AccessConstraints>
</Service>
<Capability>
<Request>
<Map>
<Format>
<PNG />
<JPEG />
<PPM />
<TIFF />
</Format>
<DCPType>
<HTTP>
<Get onlineResource="http://www.intl-interfaces.net/cookbook/WMS/basic-wms2/basic-wms2.py?" />
</HTTP>
</DCPType>
</Map>
<Capabilities>
<Format>
<WMS_XML />
</Format>
<DCPType>
<HTTP>
<Get onlineResource="http://www.intl-interfaces.net/cookbook/WMS/basic-wms2/basic-wms2.py?" />
</HTTP>
</DCPType>
</Capabilities>
</Request>
<Exception>
<Format>
<INIMAGE />
<BLANK />
</Format>
</Exception>
<Layer>
<Title>Demo Map Server</Title>
<SRS>EPSG:4326</SRS>
<LatLonBoundingBox minx="-180" miny="-90" maxx="180" maxy="90" />
<Layer queryable="0">
<Name>RELIEF</Name>
<Title>Relief (ETOPO/GTOPO)</Title>
<Abstract>Colored relief map with political boundaries and coastlines</Abstract>
</Layer>
</Layer>
</Capability>
</WMT_MS_Capabilities>