Advertisement
Guest User

GetCapabilities

a guest
Sep 8th, 2011
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.19 KB | None | 0 0
  1. <?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?>
  2. <!DOCTYPE WMT_MS_Capabilities SYSTEM "http://schemas.opengis.net/wms/1.1.0/capabilities_1_1_0.dtd"
  3. [
  4. <!ELEMENT VendorSpecificCapabilities EMPTY>
  5.  ]>  <!-- end of DOCTYPE declaration -->
  6.  
  7. <WMT_MS_Capabilities version="1.1.0">
  8.  
  9. <!-- MapServer version 6.0.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=ICONV SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=GEOS INPUT=POSTGIS INPUT=GDAL INPUT=SHAPEFILE -->
  10.  
  11. <Service>
  12.   <Name>OGC:WMS</Name>
  13.   <Title>macromap</Title>
  14.   <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://lucknow-2.local/test/mapscript/test3.cgi?"/>
  15.   <ContactInformation>
  16.   </ContactInformation>
  17. </Service>
  18.  
  19. <Capability>
  20.   <Request>
  21.     <GetCapabilities>
  22.       <Format>application/vnd.ogc.wms_xml</Format>
  23.       <DCPType>
  24.         <HTTP>
  25.           <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://lucknow-2.local/test/mapscript/test3.cgi?"/></Get>
  26.           <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://lucknow-2.local/test/mapscript/test3.cgi?"/></Post>
  27.         </HTTP>
  28.       </DCPType>
  29.     </GetCapabilities>
  30.     <GetMap>
  31.       <Format>image/png</Format>
  32.       <Format>image/jpeg</Format>
  33.       <Format>image/gif</Format>
  34.       <Format>image/png; mode=8bit</Format>
  35.       <Format>image/tiff</Format>
  36.       <DCPType>
  37.         <HTTP>
  38.           <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://lucknow-2.local/test/mapscript/test3.cgi?"/></Get>
  39.           <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://lucknow-2.local/test/mapscript/test3.cgi?"/></Post>
  40.         </HTTP>
  41.       </DCPType>
  42.     </GetMap>
  43.     <GetFeatureInfo>
  44.       <Format>text/plain</Format>
  45.       <Format>application/vnd.ogc.gml</Format>
  46.       <DCPType>
  47.         <HTTP>
  48.           <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://lucknow-2.local/test/mapscript/test3.cgi?"/></Get>
  49.           <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://lucknow-2.local/test/mapscript/test3.cgi?"/></Post>
  50.         </HTTP>
  51.       </DCPType>
  52.     </GetFeatureInfo>
  53.     <DescribeLayer>
  54.       <Format>text/xml</Format>
  55.       <DCPType>
  56.         <HTTP>
  57.           <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://lucknow-2.local/test/mapscript/test3.cgi?"/></Get>
  58.           <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://lucknow-2.local/test/mapscript/test3.cgi?"/></Post>
  59.         </HTTP>
  60.       </DCPType>
  61.     </DescribeLayer>
  62.   </Request>
  63.   <Exception>
  64.     <Format>application/vnd.ogc.se_xml</Format>
  65.     <Format>application/vnd.ogc.se_inimage</Format>
  66.     <Format>application/vnd.ogc.se_blank</Format>
  67.   </Exception>
  68.   <VendorSpecificCapabilities />
  69.   <UserDefinedSymbolization SupportSLD="1" UserLayer="0" UserStyle="1" RemoteWFS="0"/>
  70.   <Layer>
  71.     <Name>macromap</Name>
  72.     <Title>macromap</Title>
  73.     <Abstract>macromap</Abstract>
  74.     <SRS>EPSG:4326</SRS>
  75.     <LatLonBoundingBox minx="-180.15" miny="-90" maxx="180.15" maxy="90" />
  76.     <BoundingBox SRS="EPSG:4326"
  77.                minx="-180.15" miny="-90" maxx="180.15" maxy="90" />
  78.     <Layer queryable="0" opaque="0" cascaded="0">
  79.         <Name>gmna</Name>
  80.         <Title>gmna</Title>
  81.         <SRS>EPSG:4326</SRS>
  82.         <LatLonBoundingBox minx="-2.5e+07" miny="-2.5e+07" maxx="2.5e+07" maxy="2.5e+07" />
  83.         <BoundingBox SRS="EPSG:4326"
  84.                    minx="-2.5e+07" miny="-2.5e+07" maxx="2.5e+07" maxy="2.5e+07" />
  85.         <Style>
  86.           <Name>default</Name>
  87.           <Title>default</Title>
  88.           <LegendURL width="167" height="7029">
  89.              <Format>image/png</Format>
  90.              <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://lucknow-2.local/test/mapscript/test3.cgi?version=1.1.0&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=gmna&amp;format=image/png&amp;STYLE=default"/>
  91.           </LegendURL>
  92.         </Style>
  93.     </Layer>
  94.   </Layer>
  95. </Capability>
  96. </WMT_MS_Capabilities>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement