"Fossies" - the Fresh Open Source Software Archive

Member "geotools-29.1/modules/extension/wms/src/test/resources/org/geotools/ows/wms/test/test-data/1.1.1Capabilities.xml" (4 May 2023, 32338 Bytes) of package /linux/misc/geotools-29.1-project.zip:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <?xml version='1.0' encoding="UTF-8" standalone="no" ?>
    2 <!DOCTYPE WMT_MS_Capabilities SYSTEM "http://terraservice.net/OgcCapabilities_1_1_1.dtd">
    3 <!-- Note: this XML has been hacked from the NASA Goddard Capabilities_1_1_1.xml sample document. Used without permission.  -->
    4 <WMT_MS_Capabilities version="1.1.1" updateSequence="0">
    5 <Service>
    6   <Name>OGC:WMS</Name>
    7   <Title>Microsoft TerraServer Map Server</Title>
    8   <Abstract>WMT Map Server maintained by Microsoft Corporation.  Data returned provided by US Geological Survey.  Contact: tbarclay@microsoft.com or gylee@usgs.gov.</Abstract>
    9   <KeywordList>
   10     <Keyword>USGS</Keyword>
   11 
   12     <Keyword>DOQ</Keyword>
   13     <Keyword>DRG</Keyword>
   14     <Keyword>Topographic</Keyword>
   15     <Keyword>UrbanArea</Keyword>
   16     <Keyword>Urban Areas</Keyword>
   17   </KeywordList>
   18 
   19   <!-- Top-level web address of service or service provider.  See also OnlineResource elements under <DCPType>. -->
   20   <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://terraservice.net/" />
   21   <!-- Contact information -->
   22   <ContactInformation>
   23     <ContactPersonPrimary>
   24       <ContactPerson>Some guy</ContactPerson>
   25       <ContactOrganization>Some company</ContactOrganization>
   26     </ContactPersonPrimary>
   27 
   28     <ContactPosition>Researcher</ContactPosition>
   29     <ContactAddress>
   30       <AddressType>postal</AddressType>
   31       <Address>555 Street St.</Address>
   32       <City>San Francisco</City>
   33       <StateOrProvince>CA</StateOrProvince>
   34 
   35       <PostCode>11111</PostCode>
   36       <Country>USA</Country>
   37     </ContactAddress>
   38     <ContactVoiceTelephone>+1 555 555 5555</ContactVoiceTelephone>
   39     <ContactFacsimileTelephone>+1 555 555 5556</ContactFacsimileTelephone>
   40     <ContactElectronicMailAddress>email@domain.com</ContactElectronicMailAddress>
   41 
   42   </ContactInformation>
   43   <!-- Fees or access constraints imposed. -->
   44   <Fees>none</Fees>
   45   <AccessConstraints>none</AccessConstraints>
   46 </Service>
   47 <Capability>
   48   <Request>
   49     <GetCapabilities>
   50       <Format>application/vnd.ogc.wms_xml</Format>
   51 
   52       <DCPType>
   53         <HTTP>
   54           <Get>
   55             <!-- The URL here for invoking GetCapabilities using HTTP GET
   56             is only a prefix to which a query string is appended. -->
   57             <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
   58              xlink:type="simple"
   59              xlink:href="http://terraservice.net/ogccapabilities.ashx" />
   60           </Get>
   61           <Post>
   62             <!-- The URL here for invoking GetCapabilities using HTTP POST
   63             includes the complete address to which a query would be sent in
   64             XML format.  This is here for future expansion; no POST encoding
   65         has yet been defined. -->
   66             <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
   67              xlink:type="simple"
   68              xlink:href="http://terraservice.net/ogccapabilities.ashx" />
   69 
   70           </Post>
   71         </HTTP>
   72       </DCPType>
   73     </GetCapabilities>
   74     <GetMap>
   75       <Format>image/jpeg</Format>
   76       <DCPType>
   77         <HTTP>
   78 
   79           <Get>
   80             <!-- The URL here for invoking GetMap using HTTP GET
   81             is only a prefix to which a query string is appended. -->
   82             <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
   83              xlink:type="simple"
   84              xlink:href="http://terraservice.net/ogcmap.ashx" />
   85           </Get>
   86         </HTTP>
   87       </DCPType>
   88     </GetMap>
   89   </Request>
   90   <Exception>
   91 
   92     <Format>application/vnd.ogc.se_xml</Format>
   93     <Format>application/vnd.ogc.se_inimage</Format>
   94     <Format>application/vnd.ogc.se_blank</Format>
   95     <Format>text/html</Format>
   96   </Exception>
   97   <Layer>
   98     <Title>Microsoft TerraServer Map Server</Title>
   99 
  100     <SRS>EPSG:4326</SRS> <!-- all layers are available in at least this SRS -->
  101     <LatLonBoundingBox minx="-168.67" miny="17.84" maxx="-65.15" maxy="71.55" /> <!-- Queried on 3/13/2002 -->
  102       <Attribution>
  103         <Title>U.S. Geological Survey</Title>
  104         <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
  105          xlink:href="http://terraserver.microsoft.com/about.aspx?n=AboutAboutImages" />
  106         <LogoURL width="92" height="36">
  107           <Format>image/gif</Format>
  108 
  109           <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
  110            xlink:type="simple"
  111            xlink:href="http://terraservice.net/images/usgslogo.gif" />
  112         </LogoURL>
  113       </Attribution>
  114     <Layer queryable="0" cascaded="0" opaque="1" noSubsets="0" fixedWidth="0" fixedHeight="0">
  115       <Name>DOQ</Name> 
  116       <Title>USGS Digital Ortho-Quadrangles</Title>
  117       <SRS>EPSG:26905</SRS> <!-- NAD83 / UTM Zone 5N --> 
  118       <SRS>EPSG:26906</SRS> <!-- NAD83 / UTM Zone 6N -->
  119 
  120       <SRS>EPSG:26910</SRS> <!-- NAD83 / UTM Zone 10N -->
  121       <SRS>EPSG:26911</SRS> <!-- NAD83 / UTM Zone 11N -->
  122       <SRS>EPSG:26912</SRS> <!-- NAD83 / UTM Zone 12N -->
  123       <SRS>EPSG:26913</SRS> <!-- NAD83 / UTM Zone 13N -->
  124       <SRS>EPSG:26914</SRS> <!-- NAD83 / UTM Zone 14N -->
  125 
  126       <SRS>EPSG:26915</SRS> <!-- NAD83 / UTM Zone 15N -->
  127       <SRS>EPSG:26916</SRS> <!-- NAD83 / UTM Zone 16N -->
  128       <SRS>EPSG:26917</SRS> <!-- NAD83 / UTM Zone 17N -->
  129       <SRS>EPSG:26918</SRS> <!-- NAD83 / UTM Zone 18N -->
  130       <SRS>EPSG:26919</SRS> <!-- NAD83 / UTM Zone 19N -->
  131 
  132       <SRS>EPSG:26920</SRS> <!-- NAD83 / UTM Zone 20N -->
  133       <BoundingBox SRS="EPSG:26905" minx="552600" miny="6540200" maxx="670200" maxy="6794800" resx="1" resy="1" />
  134       <BoundingBox SRS="EPSG:26906" minx="332200" miny="6653000" maxx="440600" maxy="6822600" resx="1" resy="1" />
  135       <BoundingBox SRS="EPSG:26910" minx="364600" miny="3751400" maxx="777800" maxy="5433600" resx="1" resy="1" />
  136       <BoundingBox SRS="EPSG:26911" minx="189600" miny="3564600" maxx="783400" maxy="5432200" resx="1" resy="1" />
  137       <BoundingBox SRS="EPSG:26912" minx="216600" miny="3463800" maxx="784600" maxy="5436200" resx="1" resy="1" />
  138       <BoundingBox SRS="EPSG:26913" minx="215400" miny="3201800" maxx="790600" maxy="5437600" resx="1" resy="1" />
  139       <BoundingBox SRS="EPSG:26914" minx="204400" miny="2855400" maxx="794000" maxy="5436400" resx="1" resy="1" />
  140 
  141       <BoundingBox SRS="EPSG:26915" minx="206000" miny="3162400" maxx="792400" maxy="5478800" resx="1" resy="1" />
  142       <BoundingBox SRS="EPSG:26916" minx="207800" miny="3196000" maxx="789600" maxy="5345400" resx="1" resy="1" />
  143       <BoundingBox SRS="EPSG:26917" minx="210200" miny="2709400" maxx="778200" maxy="5112800" resx="1" resy="1" />
  144       <BoundingBox SRS="EPSG:26918" minx="222000" miny="3744800" maxx="753000" maxy="4992000" resx="1" resy="1" />
  145       <BoundingBox SRS="EPSG:26919" minx="247200" miny="1976600" maxx="818200" maxy="5247600" resx="1" resy="1" />
  146       <BoundingBox SRS="EPSG:26920" minx="181800" miny="1985200" maxx="269400" maxy="2048600" resx="1" resy="1" />
  147       <Style>
  148         <Name>UTMGrid</Name>
  149         <Title>Goldedrod Grid Lines on UTM coordinates</Title>
  150         <Abstract>Display grid lines in Goldenrod on the DOQ image</Abstract>
  151       </Style>
  152       <Style>
  153         <Name>GeoGrid</Name>
  154         <Title>Goldenrod Grid Lines on Geographic coordinates</Title>
  155         <Abstract>Display grid lines in Goldenrod color on the DOQ image</Abstract>
  156       </Style>
  157 
  158       <Style>
  159         <Name>UTMGrid_Red</Name>
  160         <Title>Red Grid Lines on UTM coordinates</Title>
  161         <Abstract>Display grid lines in red on the DOQ image</Abstract>
  162       </Style>
  163       <Style>
  164         <Name>GeoGrid_Red</Name>
  165         <Title>Red Grid Lines on Geographic coordinates</Title>
  166         <Abstract>Display grid lines in Red color on the DOQ image</Abstract>
  167       </Style>
  168       <Style>
  169         <Name>UTMGrid_Green</Name>
  170         <Title>Green Grid Lines on UTM coordinates</Title>
  171         <Abstract>Display grid lines in Green on the DOQ image</Abstract>
  172       </Style>
  173       <Style>
  174         <Name>GeoGrid_Green</Name>
  175         <Title>Green Grid Lines on Geographic coordinates</Title>
  176         <Abstract>Display grid lines in Green color on the DOQ image</Abstract>
  177       </Style>
  178       <Style>
  179         <Name>UTMGrid_Blue</Name>
  180         <Title>Blue Grid Lines on UTM coordinates</Title>
  181         <Abstract>Display grid lines in Blue on the DOQ image</Abstract>
  182       </Style>
  183       <Style>
  184         <Name>GeoGrid_Blue</Name>
  185         <Title>Blue Grid Lines on Geographic coordinates</Title>
  186         <Abstract>Display grid lines in Blue color on the DOQ image</Abstract>
  187       </Style>
  188 
  189       <Style>
  190         <Name>UTMGrid_Cyan</Name>
  191         <Title>Cyan Grid Lines on UTM coordinates</Title>
  192         <Abstract>Display grid lines in Cyan on the DOQ image</Abstract>
  193       </Style>
  194       <Style>
  195         <Name>GeoGrid_Cyan</Name>
  196         <Title>Cyan Grid Lines on Geographic coordinates</Title>
  197         <Abstract>Display grid lines in Cyan color on the DOQ image</Abstract>
  198       </Style>
  199       <Style>
  200         <Name>UTMGrid_Magenta</Name>
  201         <Title>Magenta Grid Lines on UTM coordinates</Title>
  202         <Abstract>Display grid lines in Magenta on the DOQ image</Abstract>
  203       </Style>
  204       <Style>
  205         <Name>GeoGrid_Magenta</Name>
  206         <Title>Magenta Grid Lines on Geographic coordinates</Title>
  207         <Abstract>Display grid lines in Magenta color on the DOQ image</Abstract>
  208       </Style>
  209       <Style>
  210         <Name>UTMGrid_White</Name>
  211         <Title>White Grid Lines on UTM coordinates</Title>
  212         <Abstract>Display grid lines in White on the DOQ image</Abstract>
  213       </Style>
  214       <Style>
  215         <Name>GeoGrid_White</Name>
  216         <Title>White Grid Lines on Geographic coordinates</Title>
  217         <Abstract>Display grid lines in White color on the DOQ image</Abstract>
  218       </Style>
  219 
  220       <Style>
  221         <Name>UTMGrid_Black</Name>
  222         <Title>Black Grid Lines on UTM coordinates</Title>
  223         <Abstract>Display grid lines in Black on the DOQ image</Abstract>
  224       </Style>
  225       <Style>
  226         <Name>GeoGrid_Black</Name>
  227         <Title>Black Grid Lines on Geographic coordinates</Title>
  228         <Abstract>Display grid lines in Black color on the DOQ image</Abstract>
  229       </Style>
  230       <Style>
  231         <Name>UTMGrid_Gray</Name>
  232         <Title>Gray Grid Lines on UTM coordinates</Title>
  233         <Abstract>Display grid lines in Gray on the DOQ image</Abstract>
  234       </Style>
  235       <Style>
  236         <Name>GeoGrid_Gray</Name>
  237         <Title>Gray Grid Lines on Geographic coordinates</Title>
  238         <Abstract>Display grid lines in Gray color on the DOQ image</Abstract>
  239       </Style>
  240       <Style>
  241         <Name>GeoGrid_Red</Name>
  242         <Title>Red Grid Lines on Geographic coordinates</Title>
  243         <Abstract>Display grid lines in red on the DOQ image</Abstract>
  244       </Style>
  245       <Style>
  246         <Name>GeoGrid_Red</Name>
  247         <Title>Red Grid Lines on Geographic coordinates</Title>
  248         <Abstract>Display grid lines in Red color on the DOQ image</Abstract>
  249       </Style>
  250 
  251       <Style>
  252         <Name>GeoGrid_Green</Name>
  253         <Title>Green Grid Lines on Geographic coordinates</Title>
  254         <Abstract>Display grid lines in Green on the DOQ image</Abstract>
  255       </Style>
  256       <Style>
  257         <Name>GeoGrid_Green</Name>
  258         <Title>Green Grid Lines on Geographic coordinates</Title>
  259         <Abstract>Display grid lines in Green color on the DOQ image</Abstract>
  260       </Style>
  261       <Style>
  262         <Name>GeoGrid_Blue</Name>
  263         <Title>Blue Grid Lines on Geographic coordinates</Title>
  264         <Abstract>Display grid lines in Blue on the DOQ image</Abstract>
  265       </Style>
  266       <Style>
  267         <Name>GeoGrid_Blue</Name>
  268         <Title>Blue Grid Lines on Geographic coordinates</Title>
  269         <Abstract>Display grid lines in Blue color on the DOQ image</Abstract>
  270       </Style>
  271       <Style>
  272         <Name>GeoGrid_Cyan</Name>
  273         <Title>Cyan Grid Lines on Geographic coordinates</Title>
  274         <Abstract>Display grid lines in Cyan on the DOQ image</Abstract>
  275       </Style>
  276       <Style>
  277         <Name>GeoGrid_Cyan</Name>
  278         <Title>Cyan Grid Lines on Geographic coordinates</Title>
  279         <Abstract>Display grid lines in Cyan color on the DOQ image</Abstract>
  280       </Style>
  281 
  282       <Style>
  283         <Name>GeoGrid_Magenta</Name>
  284         <Title>Magenta Grid Lines on Geographic coordinates</Title>
  285         <Abstract>Display grid lines in Magenta on the DOQ image</Abstract>
  286       </Style>
  287       <Style>
  288         <Name>GeoGrid_Magenta</Name>
  289         <Title>Magenta Grid Lines on Geographic coordinates</Title>
  290         <Abstract>Display grid lines in Magenta color on the DOQ image</Abstract>
  291       </Style>
  292       <Style>
  293         <Name>GeoGrid_White</Name>
  294         <Title>White Grid Lines on Geographic coordinates</Title>
  295         <Abstract>Display grid lines in White on the DOQ image</Abstract>
  296       </Style>
  297       <Style>
  298         <Name>GeoGrid_White</Name>
  299         <Title>White Grid Lines on Geographic coordinates</Title>
  300         <Abstract>Display grid lines in White color on the DOQ image</Abstract>
  301       </Style>
  302       <Style>
  303         <Name>GeoGrid_Black</Name>
  304         <Title>Black Grid Lines on Geographic coordinates</Title>
  305         <Abstract>Display grid lines in Black on the DOQ image</Abstract>
  306       </Style>
  307       <Style>
  308         <Name>GeoGrid_Black</Name>
  309         <Title>Black Grid Lines on Geographic coordinates</Title>
  310         <Abstract>Display grid lines in Black color on the DOQ image</Abstract>
  311       </Style>
  312 
  313       <Style>
  314         <Name>GeoGrid_Gray</Name>
  315         <Title>Gray Grid Lines on Geographic coordinates</Title>
  316         <Abstract>Display grid lines in Gray on the DOQ image</Abstract>
  317       </Style>
  318       <Style>
  319         <Name>GeoGrid_Gray</Name>
  320         <Title>Gray Grid Lines on Geographic coordinates</Title>
  321         <Abstract>Display grid lines in Gray color on the DOQ image</Abstract>
  322       </Style>
  323       <ScaleHint min="10" max="10000"/>
  324     </Layer>
  325     <Layer queryable="0" cascaded="0" opaque="1" noSubsets="0" fixedWidth="0" fixedHeight="0">
  326       <Name>DRG</Name> 
  327       <Title>USGS Raster Graphics (Topo Maps)</Title>
  328       <SRS>EPSG:26904</SRS> <!-- NAD83 / UTM Zone 4N -->
  329 
  330       <SRS>EPSG:26905</SRS> <!-- NAD83 / UTM Zone 5N --> 
  331       <SRS>EPSG:26910</SRS> <!-- NAD83 / UTM Zone 10N -->
  332       <SRS>EPSG:26911</SRS> <!-- NAD83 / UTM Zone 11N -->
  333       <SRS>EPSG:26912</SRS> <!-- NAD83 / UTM Zone 12N -->
  334       <SRS>EPSG:26913</SRS> <!-- NAD83 / UTM Zone 13N -->
  335 
  336       <SRS>EPSG:26914</SRS> <!-- NAD83 / UTM Zone 14N -->
  337       <SRS>EPSG:26915</SRS> <!-- NAD83 / UTM Zone 15N -->
  338       <SRS>EPSG:26916</SRS> <!-- NAD83 / UTM Zone 16N -->
  339       <SRS>EPSG:26917</SRS> <!-- NAD83 / UTM Zone 17N -->
  340       <SRS>EPSG:26918</SRS> <!-- NAD83 / UTM Zone 18N -->
  341 
  342       <SRS>EPSG:26919</SRS> <!-- NAD83 / UTM Zone 19N -->
  343       <BoundingBox SRS="EPSG:26904" minx="366800" miny="2170400" maxx="816000" maxy="2460400" resx="2" resy="2" />
  344       <BoundingBox SRS="EPSG:26905" minx="178000" miny="2086800" maxx="317600" maxy="2307600" resx="2" resy="2" />
  345       <BoundingBox SRS="EPSG:26910" minx="359600" miny="3745600" maxx="776800" maxy="5432800" resx="2" resy="2" />
  346       <BoundingBox SRS="EPSG:26911" minx="218000" miny="3569200" maxx="783600" maxy="5432800" resx="2" resy="2" />
  347       <BoundingBox SRS="EPSG:26912" minx="216000" miny="3455600" maxx="785200" maxy="5432800" resx="2" resy="2" />
  348       <BoundingBox SRS="EPSG:26913" minx="214800" miny="3204800" maxx="791200" maxy="5432800" resx="2" resy="2" />
  349       <BoundingBox SRS="EPSG:26914" minx="208800" miny="2847200" maxx="795200" maxy="5432800" resx="2" resy="2" />
  350 
  351       <BoundingBox SRS="EPSG:26915" minx="205200" miny="3154000" maxx="792800" maxy="5473200" resx="2" resy="2" />
  352       <BoundingBox SRS="EPSG:26916" minx="207200" miny="3194400" maxx="790800" maxy="5350800" resx="2" resy="2" />
  353       <BoundingBox SRS="EPSG:26917" minx="209600" miny="2708000" maxx="778800" maxy="5113600" resx="2" resy="2" />
  354       <BoundingBox SRS="EPSG:26918" minx="217200" miny="3736400" maxx="754000" maxy="4997600" resx="2" resy="2" />
  355       <BoundingBox SRS="EPSG:26919" minx="246800" miny="4540800" maxx="669200" maxy="5261600" resx="2" resy="2" />
  356       <Style>
  357         <Name>UTMGrid</Name>
  358         <Title>Goldenrod Grid Lines on UTM coordinates</Title>
  359         <Abstract>Display grid lines in Goldenrod on the DRG image</Abstract>
  360       </Style>
  361       <Style>
  362         <Name>GeoGrid</Name>
  363         <Title>Goldenrod Grid Lines on Geographic coordinates</Title>
  364         <Abstract>Display grid lines in Goldenrod on the DRG image</Abstract>
  365       </Style>
  366       <Style>
  367         <Name>UTMGrid_Red</Name>
  368         <Title>Red Grid Lines on UTM coordinates</Title>
  369         <Abstract>Display grid lines in red on the DRG image</Abstract>
  370       </Style>
  371 
  372       <Style>
  373         <Name>GeoGrid_Red</Name>
  374         <Title>Red Grid Lines on Geographic coordinates</Title>
  375         <Abstract>Display grid lines in Red color on the DRG image</Abstract>
  376       </Style>
  377       <Style>
  378         <Name>UTMGrid_Green</Name>
  379         <Title>Green Grid Lines on UTM coordinates</Title>
  380         <Abstract>Display grid lines in Green on the DRG image</Abstract>
  381       </Style>
  382       <Style>
  383         <Name>GeoGrid_Green</Name>
  384         <Title>Green Grid Lines on Geographic coordinates</Title>
  385         <Abstract>Display grid lines in Green color on the DRG image</Abstract>
  386       </Style>
  387       <Style>
  388         <Name>UTMGrid_Blue</Name>
  389         <Title>Blue Grid Lines on UTM coordinates</Title>
  390         <Abstract>Display grid lines in Blue on the DRG image</Abstract>
  391       </Style>
  392       <Style>
  393         <Name>GeoGrid_Blue</Name>
  394         <Title>Blue Grid Lines on Geographic coordinates</Title>
  395         <Abstract>Display grid lines in Blue color on the DRG image</Abstract>
  396       </Style>
  397       <Style>
  398         <Name>UTMGrid_Cyan</Name>
  399         <Title>Cyan Grid Lines on UTM coordinates</Title>
  400         <Abstract>Display grid lines in Cyan on the DRG image</Abstract>
  401       </Style>
  402 
  403       <Style>
  404         <Name>GeoGrid_Cyan</Name>
  405         <Title>Cyan Grid Lines on Geographic coordinates</Title>
  406         <Abstract>Display grid lines in Cyan color on the DRG image</Abstract>
  407       </Style>
  408       <Style>
  409         <Name>UTMGrid_Magenta</Name>
  410         <Title>Magenta Grid Lines on UTM coordinates</Title>
  411         <Abstract>Display grid lines in Magenta on the DRG image</Abstract>
  412       </Style>
  413       <Style>
  414         <Name>GeoGrid_Magenta</Name>
  415         <Title>Magenta Grid Lines on Geographic coordinates</Title>
  416         <Abstract>Display grid lines in Magenta color on the DRG image</Abstract>
  417       </Style>
  418       <Style>
  419         <Name>UTMGrid_White</Name>
  420         <Title>White Grid Lines on UTM coordinates</Title>
  421         <Abstract>Display grid lines in White on the DRG image</Abstract>
  422       </Style>
  423       <Style>
  424         <Name>GeoGrid_White</Name>
  425         <Title>White Grid Lines on Geographic coordinates</Title>
  426         <Abstract>Display grid lines in White color on the DRG image</Abstract>
  427       </Style>
  428       <Style>
  429         <Name>UTMGrid_Black</Name>
  430         <Title>Black Grid Lines on UTM coordinates</Title>
  431         <Abstract>Display grid lines in Black on the DRG image</Abstract>
  432       </Style>
  433 
  434       <Style>
  435         <Name>GeoGrid_Black</Name>
  436         <Title>Black Grid Lines on Geographic coordinates</Title>
  437         <Abstract>Display grid lines in Black color on the DRG image</Abstract>
  438       </Style>
  439       <Style>
  440         <Name>UTMGrid_Gray</Name>
  441         <Title>Gray Grid Lines on UTM coordinates</Title>
  442         <Abstract>Display grid lines in Gray on the DRG image</Abstract>
  443       </Style>
  444       <Style>
  445         <Name>GeoGrid_Gray</Name>
  446         <Title>Gray Grid Lines on Geographic coordinates</Title>
  447         <Abstract>Display grid lines in Gray color on the DRG image</Abstract>
  448       </Style>
  449       <Style>
  450         <Name>GeoGrid_Red</Name>
  451         <Title>Red Grid Lines on Geographic coordinates</Title>
  452         <Abstract>Display grid lines in red on the DRG image</Abstract>
  453       </Style>
  454       <Style>
  455         <Name>GeoGrid_Red</Name>
  456         <Title>Red Grid Lines on Geographic coordinates</Title>
  457         <Abstract>Display grid lines in Red color on the DRG image</Abstract>
  458       </Style>
  459       <Style>
  460         <Name>GeoGrid_Green</Name>
  461         <Title>Green Grid Lines on Geographic coordinates</Title>
  462         <Abstract>Display grid lines in Green on the DRG image</Abstract>
  463       </Style>
  464 
  465       <Style>
  466         <Name>GeoGrid_Green</Name>
  467         <Title>Green Grid Lines on Geographic coordinates</Title>
  468         <Abstract>Display grid lines in Green color on the DRG image</Abstract>
  469       </Style>
  470       <Style>
  471         <Name>GeoGrid_Blue</Name>
  472         <Title>Blue Grid Lines on Geographic coordinates</Title>
  473         <Abstract>Display grid lines in Blue on the DRG image</Abstract>
  474       </Style>
  475       <Style>
  476         <Name>GeoGrid_Blue</Name>
  477         <Title>Blue Grid Lines on Geographic coordinates</Title>
  478         <Abstract>Display grid lines in Blue color on the DRG image</Abstract>
  479       </Style>
  480       <Style>
  481         <Name>GeoGrid_Cyan</Name>
  482         <Title>Cyan Grid Lines on Geographic coordinates</Title>
  483         <Abstract>Display grid lines in Cyan on the DRG image</Abstract>
  484       </Style>
  485       <Style>
  486         <Name>GeoGrid_Cyan</Name>
  487         <Title>Cyan Grid Lines on Geographic coordinates</Title>
  488         <Abstract>Display grid lines in Cyan color on the DRG image</Abstract>
  489       </Style>
  490       <Style>
  491         <Name>GeoGrid_Magenta</Name>
  492         <Title>Magenta Grid Lines on Geographic coordinates</Title>
  493         <Abstract>Display grid lines in Magenta on the DRG image</Abstract>
  494       </Style>
  495 
  496       <Style>
  497         <Name>GeoGrid_Magenta</Name>
  498         <Title>Magenta Grid Lines on Geographic coordinates</Title>
  499         <Abstract>Display grid lines in Magenta color on the DRG image</Abstract>
  500       </Style>
  501       <Style>
  502         <Name>GeoGrid_White</Name>
  503         <Title>White Grid Lines on Geographic coordinates</Title>
  504         <Abstract>Display grid lines in White on the DRG image</Abstract>
  505       </Style>
  506       <Style>
  507         <Name>GeoGrid_White</Name>
  508         <Title>White Grid Lines on Geographic coordinates</Title>
  509         <Abstract>Display grid lines in White color on the DRG image</Abstract>
  510       </Style>
  511       <Style>
  512         <Name>GeoGrid_Black</Name>
  513         <Title>Black Grid Lines on Geographic coordinates</Title>
  514         <Abstract>Display grid lines in Black on the DRG image</Abstract>
  515       </Style>
  516       <Style>
  517         <Name>GeoGrid_Black</Name>
  518         <Title>Black Grid Lines on Geographic coordinates</Title>
  519         <Abstract>Display grid lines in Black color on the DRG image</Abstract>
  520       </Style>
  521       <Style>
  522         <Name>GeoGrid_Gray</Name>
  523         <Title>Gray Grid Lines on Geographic coordinates</Title>
  524         <Abstract>Display grid lines in Gray on the DRG image</Abstract>
  525       </Style>
  526 
  527       <Style>
  528         <Name>GeoGrid_Gray</Name>
  529         <Title>Gray Grid Lines on Geographic coordinates</Title>
  530         <Abstract>Display grid lines in Gray color on the DRG image</Abstract>
  531       </Style>
  532       <ScaleHint min="50" max="0"/>
  533     </Layer>
  534     <Layer queryable="0" cascaded="0" opaque="1" noSubsets="0" fixedWidth="0" fixedHeight="0">
  535       <Name>UrbanArea</Name> 
  536       <Title>USGS Urban Areas Ortho-Imagery</Title>
  537       <SRS>EPSG:26906</SRS> <!-- NAD83 / UTM Zone 6N -->
  538       <SRS>EPSG:26910</SRS> <!-- NAD83 / UTM Zone 10N -->
  539 
  540       <SRS>EPSG:26911</SRS> <!-- NAD83 / UTM Zone 11N -->
  541       <SRS>EPSG:26912</SRS> <!-- NAD83 / UTM Zone 12N -->
  542       <SRS>EPSG:26913</SRS> <!-- NAD83 / UTM Zone 13N -->
  543       <SRS>EPSG:26914</SRS> <!-- NAD83 / UTM Zone 14N -->
  544       <SRS>EPSG:26915</SRS> <!-- NAD83 / UTM Zone 15N -->
  545 
  546       <SRS>EPSG:26916</SRS> <!-- NAD83 / UTM Zone 16N -->
  547       <SRS>EPSG:26917</SRS> <!-- NAD83 / UTM Zone 17N -->
  548       <SRS>EPSG:26918</SRS> <!-- NAD83 / UTM Zone 18N -->
  549       <SRS>EPSG:26919</SRS> <!-- NAD83 / UTM Zone 19N -->
  550       <BoundingBox SRS="EPSG:26906" minx="332200" miny="6653000" maxx="440600" maxy="6822600" resx="1" resy="1" />
  551 
  552       <BoundingBox SRS="EPSG:26910" minx="364600" miny="3751400" maxx="777800" maxy="5433600" resx="1" resy="1" />
  553       <BoundingBox SRS="EPSG:26911" minx="189600" miny="3564600" maxx="783400" maxy="5432200" resx="1" resy="1" />
  554       <BoundingBox SRS="EPSG:26912" minx="216600" miny="3463800" maxx="784600" maxy="5436200" resx="1" resy="1" />
  555       <BoundingBox SRS="EPSG:26913" minx="215400" miny="3201800" maxx="790600" maxy="5437600" resx="1" resy="1" />
  556       <BoundingBox SRS="EPSG:26914" minx="204400" miny="2855400" maxx="794000" maxy="5436400" resx="1" resy="1" />
  557       <BoundingBox SRS="EPSG:26915" minx="206000" miny="3162400" maxx="792400" maxy="5478800" resx="1" resy="1" />
  558       <BoundingBox SRS="EPSG:26916" minx="207800" miny="3196000" maxx="789600" maxy="5345400" resx="1" resy="1" />
  559       <BoundingBox SRS="EPSG:26917" minx="210200" miny="2709400" maxx="778200" maxy="5112800" resx="1" resy="1" />
  560       <BoundingBox SRS="EPSG:26918" minx="222000" miny="3744800" maxx="753000" maxy="4992000" resx="1" resy="1" />
  561 
  562       <BoundingBox SRS="EPSG:26919" minx="247200" miny="1976600" maxx="818200" maxy="5247600" resx="1" resy="1" />
  563       <Style>
  564         <Name>UTMGrid</Name>
  565         <Title>Goldedrod Grid Lines on UTM coordinates</Title>
  566         <Abstract>Display grid lines in Goldenrod on the UrbanArea image</Abstract>
  567       </Style>
  568       <Style>
  569         <Name>GeoGrid</Name>
  570         <Title>Goldenrod Grid Lines on Geographic coordinates</Title>
  571         <Abstract>Display grid lines in Goldenrod color on the UrbanArea image</Abstract>
  572       </Style>
  573       <Style>
  574         <Name>UTMGrid_Red</Name>
  575         <Title>Red Grid Lines on UTM coordinates</Title>
  576         <Abstract>Display grid lines in red on the UrbanArea image</Abstract>
  577       </Style>
  578       <Style>
  579         <Name>GeoGrid_Red</Name>
  580         <Title>Red Grid Lines on Geographic coordinates</Title>
  581         <Abstract>Display grid lines in Red color on the UrbanArea image</Abstract>
  582       </Style>
  583       <Style>
  584         <Name>UTMGrid_Green</Name>
  585         <Title>Green Grid Lines on UTM coordinates</Title>
  586         <Abstract>Display grid lines in Green on the UrbanArea image</Abstract>
  587       </Style>
  588 
  589       <Style>
  590         <Name>GeoGrid_Green</Name>
  591         <Title>Green Grid Lines on Geographic coordinates</Title>
  592         <Abstract>Display grid lines in Green color on the UrbanArea image</Abstract>
  593       </Style>
  594       <Style>
  595         <Name>UTMGrid_Blue</Name>
  596         <Title>Blue Grid Lines on UTM coordinates</Title>
  597         <Abstract>Display grid lines in Blue on the UrbanArea image</Abstract>
  598       </Style>
  599       <Style>
  600         <Name>GeoGrid_Blue</Name>
  601         <Title>Blue Grid Lines on Geographic coordinates</Title>
  602         <Abstract>Display grid lines in Blue color on the UrbanArea image</Abstract>
  603       </Style>
  604       <Style>
  605         <Name>UTMGrid_Cyan</Name>
  606         <Title>Cyan Grid Lines on UTM coordinates</Title>
  607         <Abstract>Display grid lines in Cyan on the UrbanArea image</Abstract>
  608       </Style>
  609       <Style>
  610         <Name>GeoGrid_Cyan</Name>
  611         <Title>Cyan Grid Lines on Geographic coordinates</Title>
  612         <Abstract>Display grid lines in Cyan color on the UrbanArea image</Abstract>
  613       </Style>
  614       <Style>
  615         <Name>UTMGrid_Magenta</Name>
  616         <Title>Magenta Grid Lines on UTM coordinates</Title>
  617         <Abstract>Display grid lines in Magenta on the UrbanArea image</Abstract>
  618       </Style>
  619 
  620       <Style>
  621         <Name>GeoGrid_Magenta</Name>
  622         <Title>Magenta Grid Lines on Geographic coordinates</Title>
  623         <Abstract>Display grid lines in Magenta color on the UrbanArea image</Abstract>
  624       </Style>
  625       <Style>
  626         <Name>UTMGrid_White</Name>
  627         <Title>White Grid Lines on UTM coordinates</Title>
  628         <Abstract>Display grid lines in White on the UrbanArea image</Abstract>
  629       </Style>
  630       <Style>
  631         <Name>GeoGrid_White</Name>
  632         <Title>White Grid Lines on Geographic coordinates</Title>
  633         <Abstract>Display grid lines in White color on the UrbanArea image</Abstract>
  634       </Style>
  635       <Style>
  636         <Name>UTMGrid_Black</Name>
  637         <Title>Black Grid Lines on UTM coordinates</Title>
  638         <Abstract>Display grid lines in Black on the UrbanArea image</Abstract>
  639       </Style>
  640       <Style>
  641         <Name>GeoGrid_Black</Name>
  642         <Title>Black Grid Lines on Geographic coordinates</Title>
  643         <Abstract>Display grid lines in Black color on the UrbanArea image</Abstract>
  644       </Style>
  645       <Style>
  646         <Name>UTMGrid_Gray</Name>
  647         <Title>Gray Grid Lines on UTM coordinates</Title>
  648         <Abstract>Display grid lines in Gray on the UrbanArea image</Abstract>
  649       </Style>
  650 
  651       <Style>
  652         <Name>GeoGrid_Gray</Name>
  653         <Title>Gray Grid Lines on Geographic coordinates</Title>
  654         <Abstract>Display grid lines in Gray color on the UrbanArea image</Abstract>
  655       </Style>
  656       <Style>
  657         <Name>GeoGrid_Red</Name>
  658         <Title>Red Grid Lines on Geographic coordinates</Title>
  659         <Abstract>Display grid lines in red on the UrbanArea image</Abstract>
  660       </Style>
  661       <Style>
  662         <Name>GeoGrid_Red</Name>
  663         <Title>Red Grid Lines on Geographic coordinates</Title>
  664         <Abstract>Display grid lines in Red color on the UrbanArea image</Abstract>
  665       </Style>
  666       <Style>
  667         <Name>GeoGrid_Green</Name>
  668         <Title>Green Grid Lines on Geographic coordinates</Title>
  669         <Abstract>Display grid lines in Green on the UrbanArea image</Abstract>
  670       </Style>
  671       <Style>
  672         <Name>GeoGrid_Green</Name>
  673         <Title>Green Grid Lines on Geographic coordinates</Title>
  674         <Abstract>Display grid lines in Green color on the UrbanArea image</Abstract>
  675       </Style>
  676       <Style>
  677         <Name>GeoGrid_Blue</Name>
  678         <Title>Blue Grid Lines on Geographic coordinates</Title>
  679         <Abstract>Display grid lines in Blue on the UrbanArea image</Abstract>
  680       </Style>
  681 
  682       <Style>
  683         <Name>GeoGrid_Blue</Name>
  684         <Title>Blue Grid Lines on Geographic coordinates</Title>
  685         <Abstract>Display grid lines in Blue color on the UrbanArea image</Abstract>
  686       </Style>
  687       <Style>
  688         <Name>GeoGrid_Cyan</Name>
  689         <Title>Cyan Grid Lines on Geographic coordinates</Title>
  690         <Abstract>Display grid lines in Cyan on the UrbanArea image</Abstract>
  691       </Style>
  692       <Style>
  693         <Name>GeoGrid_Cyan</Name>
  694         <Title>Cyan Grid Lines on Geographic coordinates</Title>
  695         <Abstract>Display grid lines in Cyan color on the UrbanArea image</Abstract>
  696       </Style>
  697       <Style>
  698         <Name>GeoGrid_Magenta</Name>
  699         <Title>Magenta Grid Lines on Geographic coordinates</Title>
  700         <Abstract>Display grid lines in Magenta on the UrbanArea image</Abstract>
  701       </Style>
  702       <Style>
  703         <Name>GeoGrid_Magenta</Name>
  704         <Title>Magenta Grid Lines on Geographic coordinates</Title>
  705         <Abstract>Display grid lines in Magenta color on the UrbanArea image</Abstract>
  706       </Style>
  707       <Style>
  708         <Name>GeoGrid_White</Name>
  709         <Title>White Grid Lines on Geographic coordinates</Title>
  710         <Abstract>Display grid lines in White on the UrbanArea image</Abstract>
  711       </Style>
  712 
  713       <Style>
  714         <Name>GeoGrid_White</Name>
  715         <Title>White Grid Lines on Geographic coordinates</Title>
  716         <Abstract>Display grid lines in White color on the UrbanArea image</Abstract>
  717       </Style>
  718       <Style>
  719         <Name>GeoGrid_Black</Name>
  720         <Title>Black Grid Lines on Geographic coordinates</Title>
  721         <Abstract>Display grid lines in Black on the UrbanArea image</Abstract>
  722       </Style>
  723       <Style>
  724         <Name>GeoGrid_Black</Name>
  725         <Title>Black Grid Lines on Geographic coordinates</Title>
  726         <Abstract>Display grid lines in Black color on the UrbanArea image</Abstract>
  727       </Style>
  728       <Style>
  729         <Name>GeoGrid_Gray</Name>
  730         <Title>Gray Grid Lines on Geographic coordinates</Title>
  731         <Abstract>Display grid lines in Gray on the UrbanArea image</Abstract>
  732       </Style>
  733       <Style>
  734         <Name>GeoGrid_Gray</Name>
  735         <Title>Gray Grid Lines on Geographic coordinates</Title>
  736         <Abstract>Display grid lines in Gray color on the UrbanArea image</Abstract>
  737       </Style>
  738       <ScaleHint min="0" max="50000"/>
  739     </Layer>
  740 
  741   </Layer>
  742 </Capability>
  743 </WMT_MS_Capabilities>