Hi,
I'm making a run over the current official OGC compliance tests and ... I'm
finding bugs in
the tests as I go (so far 3 test suites checked, and found 3 bugs in the
tests, none in GeoServer... :-( )

Anyways, I have one test that is quite misteriously failing.
Here is the output of the test:

Test getcapabilities:ex_geobbox-coordinates type Mandatory default
result Passed (s0003/d2834e364_1/d3251e30_1/d3251e151_1)

Assertion: For each EX_GeographicBoundingBox element,
westBoundLongitude is less than eastBoundLongitude and
southBoundLatitude is less than northBoundLatitude.

Context:
   Label:
   Value: WMS_Capabilities element

Message d3251e1251_7:
   The EX_GeographicBoundingBox for Layer cite:DividedRoutes is invalid.

Message d3251e1251_10:
   The EX_GeographicBoundingBox for Layer cite:LakesWithElevation is invalid.

Message d3251e1251_13:
   The EX_GeographicBoundingBox for Layer cite:Ponds is invalid.


The thing is, by manual inspect test is actually passed by all these three
layers, see the full caps
document in attachment.

The xpath expression in the test also seems sane:

 <ctl:test name="getcapabilities:ex_geobbox-coordinates">
    <ctl:context>WMS_Capabilities element</ctl:context>
    <ctl:assertion>For each EX_GeographicBoundingBox element,
westBoundLongitude is less than eastBoundLongitude and southBoundLatitude
is less than northBoundLatitude.</ctl:assertion>
    <ctl:link title="WMS 1.3.0 section 7.2.4.6.6">
http://cite.opengeospatial.org/OGCTestData/wms/1.3.0/spec/wms1_3.html#wmsops.getcapabilities.response.layer_properties.ex_geobbox
</ctl:link>
    <ctl:code>
      <xsl:for-each select="wms:Capability//wms:EX_GeographicBoundingBox">
        <xsl:if test="wms:westBoundLongitude &gt; wms:eastBoundLongitude or
wms:southBoundLatitude &gt; wms:northBoundLatitude">
          <ctl:message>
            <xsl:text>The EX_GeographicBoundingBox for Layer </xsl:text>
            <xsl:choose>
              <xsl:when test="../wms:Name">
                <xsl:value-of select="../wms:Name"/>
              </xsl:when>
              <xsl:otherwise>
                <xsl:text>titled &quot;</xsl:text>
                <xsl:value-of select="../wms:Title"/>
                <xsl:text>&quot;</xsl:text>
              </xsl:otherwise>
            </xsl:choose>
            <xsl:text> is invalid.</xsl:text>
          </ctl:message>
          <ctl:fail/>
        </xsl:if>
      </xsl:for-each>
    </ctl:code>
  </ctl:test>

So... no idea why this is failing... which is not a good starting point for
a bug report.

I have noticed that if I manually set the bounds of those layers to
-180,-90,180,90 then
the test passes but... seems a pretty lame way to have the test pass.

Cheers
Andrea



-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities version="1.3.0" updateSequence="19" xmlns="http://www.opengis.net/wms"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.opengis.net/wms http://localhost:8080/geoserver/schemas/wms/1.3.0/capabilities_1_3_0.xsd";>
  <Service>
    <Name>WMS</Name>
    <Title/>
    <Abstract/>
    <KeywordList>
      <Keyword>WMS</Keyword>
      <Keyword>Web Map Server</Keyword>
    </KeywordList>
    <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/"/>
    <ContactInformation>
      <ContactPersonPrimary>
        <ContactPerson/>
        <ContactOrganization/>
      </ContactPersonPrimary>
      <ContactPosition/>
      <ContactAddress>
        <AddressType/>
        <Address/>
        <City/>
        <StateOrProvince/>
        <PostCode/>
        <Country/>
      </ContactAddress>
      <ContactVoiceTelephone/>
      <ContactFacsimileTelephone/>
      <ContactElectronicMailAddress/>
    </ContactInformation>
    <Fees/>
    <AccessConstraints/>
  </Service>
  <Capability>
    <Request>
      <GetCapabilities>
        <Format>text/xml</Format>
        <DCPType>
          <HTTP>
            <Get>
              <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?SERVICE=WMS&amp;"/>
            </Get>
            <Post>
              <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?SERVICE=WMS&amp;"/>
            </Post>
          </HTTP>
        </DCPType>
      </GetCapabilities>
      <GetMap>
        <Format>image/png</Format>
        <Format>application/atom+xml</Format>
        <Format>application/pdf</Format>
        <Format>application/vnd.google-earth.kml+xml</Format>
        <Format>application/vnd.google-earth.kml+xml;mode=networklink</Format>
        <Format>application/vnd.google-earth.kmz</Format>
        <Format>image/geotiff</Format>
        <Format>image/geotiff8</Format>
        <Format>image/gif</Format>
        <Format>image/jpeg</Format>
        <Format>image/png; mode=8bit</Format>
        <Format>image/svg+xml</Format>
        <Format>image/tiff</Format>
        <Format>image/tiff8</Format>
        <DCPType>
          <HTTP>
            <Get>
              <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?SERVICE=WMS&amp;"/>
            </Get>
          </HTTP>
        </DCPType>
      </GetMap>
      <GetFeatureInfo>
        <Format>text/plain</Format>
        <Format>application/vnd.ogc.gml</Format>
        <Format>application/vnd.ogc.gml/3.1.1</Format>
        <Format>text/html</Format>
        <Format>application/json</Format>
        <DCPType>
          <HTTP>
            <Get>
              <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?SERVICE=WMS&amp;"/>
            </Get>
          </HTTP>
        </DCPType>
      </GetFeatureInfo>
    </Request>
    <Exception>
      <Format>XML</Format>
      <Format>INIMAGE</Format>
      <Format>BLANK</Format>
    </Exception>
    <Layer>
      <Title/>
      <Abstract/>
      <!--Limited list of EPSG projections:-->
      <CRS>EPSG:4326</CRS>
      <CRS>CRS:84</CRS>
      <EX_GeographicBoundingBox>
        <westBoundLongitude>-2.0</westBoundLongitude>
        <eastBoundLongitude>2.0</eastBoundLongitude>
        <southBoundLatitude>-1.0</southBoundLatitude>
        <northBoundLatitude>6.0</northBoundLatitude>
      </EX_GeographicBoundingBox>
      <BoundingBox CRS="CRS:84" minx="-2.0" miny="-1.0" maxx="2.0" maxy="6.0"/>
      <Layer queryable="1" opaque="0">
        <Name>cite:Autos</Name>
        <Title>cite:Autos</Title>
        <Abstract/>
        <KeywordList/>
        <CRS>EPSG:4326</CRS>
        <CRS>CRS:84</CRS>
        <EX_GeographicBoundingBox>
          <westBoundLongitude>-0.0032</westBoundLongitude>
          <eastBoundLongitude>0.0029</eastBoundLongitude>
          <southBoundLatitude>-0.0022</southBoundLatitude>
          <northBoundLatitude>0.0022</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.0032" miny="-0.0022" maxx="0.0029" maxy="0.0022"/>
        <BoundingBox CRS="EPSG:4326" minx="-0.0022" miny="-0.0032" maxx="0.0022" maxy="0.0029"/>
        <MetadataURL type="FGDC">
          <Format>application/xml</Format>
          <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/www/Autos.xml"/>
        </MetadataURL>
        <Style>
          <Name>point</Name>
          <Title>A boring default style</Title>
          <Abstract>A sample style that just prints out a purple square</Abstract>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=Autos"/>
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>cite:BasicPolygons</Name>
        <Title>cite:BasicPolygons</Title>
        <Abstract/>
        <KeywordList/>
        <CRS>EPSG:4326</CRS>
        <CRS>CRS:84</CRS>
        <EX_GeographicBoundingBox>
          <westBoundLongitude>-2.0</westBoundLongitude>
          <eastBoundLongitude>2.0</eastBoundLongitude>
          <southBoundLatitude>-1.0</southBoundLatitude>
          <northBoundLatitude>6.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-2.0" miny="-1.0" maxx="2.0" maxy="6.0"/>
        <BoundingBox CRS="EPSG:4326" minx="-1.0" miny="-2.0" maxx="6.0" maxy="2.0"/>
        <MetadataURL type="FGDC">
          <Format>application/xml</Format>
          <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/www/BasicPolygons.xml"/>
        </MetadataURL>
        <Style>
          <Name>BasicPolygons</Name>
          <Title>A blue linestring style</Title>
          <Abstract>A sample style that uses a filter, printing only the            lines with a LENGTH property of over 5000.  This will work            with the default bc_roads layer</Abstract>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=BasicPolygons"/>
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>cite:Bridges</Name>
        <Title>cite:Bridges</Title>
        <Abstract/>
        <KeywordList/>
        <CRS>EPSG:4326</CRS>
        <CRS>CRS:84</CRS>
        <EX_GeographicBoundingBox>
          <westBoundLongitude>1.9E-4</westBoundLongitude>
          <eastBoundLongitude>2.1E-4</eastBoundLongitude>
          <southBoundLatitude>6.9E-4</southBoundLatitude>
          <northBoundLatitude>7.1E-4</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="1.9E-4" miny="6.9E-4" maxx="2.1E-4" maxy="7.1E-4"/>
        <BoundingBox CRS="EPSG:4326" minx="6.9E-4" miny="1.9E-4" maxx="7.1E-4" maxy="2.1E-4"/>
        <MetadataURL type="FGDC">
          <Format>application/xml</Format>
          <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/www/Bridges.xml"/>
        </MetadataURL>
        <Style>
          <Name>Bridges</Name>
          <Title>Default Styler</Title>
          <Abstract/>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=Bridges"/>
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>cite:BuildingCenters</Name>
        <Title>cite:BuildingCenters</Title>
        <Abstract/>
        <KeywordList/>
        <CRS>EPSG:4326</CRS>
        <CRS>CRS:84</CRS>
        <EX_GeographicBoundingBox>
          <westBoundLongitude>0.0010</westBoundLongitude>
          <eastBoundLongitude>0.0022</eastBoundLongitude>
          <southBoundLatitude>6.0E-4</southBoundLatitude>
          <northBoundLatitude>9.0E-4</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="0.0010" miny="6.0E-4" maxx="0.0022" maxy="9.0E-4"/>
        <BoundingBox CRS="EPSG:4326" minx="6.0E-4" miny="0.0010" maxx="9.0E-4" maxy="0.0022"/>
        <MetadataURL type="FGDC">
          <Format>application/xml</Format>
          <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/www/BuildingCenters.xml"/>
        </MetadataURL>
        <Style>
          <Name>point</Name>
          <Title>A boring default style</Title>
          <Abstract>A sample style that just prints out a purple square</Abstract>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=BuildingCenters"/>
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>cite:Buildings</Name>
        <Title>cite:Buildings</Title>
        <Abstract/>
        <KeywordList/>
        <CRS>EPSG:4326</CRS>
        <CRS>CRS:84</CRS>
        <EX_GeographicBoundingBox>
          <westBoundLongitude>0.0010</westBoundLongitude>
          <eastBoundLongitude>0.0020</eastBoundLongitude>
          <southBoundLatitude>0.0</southBoundLatitude>
          <northBoundLatitude>0.0010</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="0.0010" miny="0.0" maxx="0.0020" maxy="0.0010"/>
        <BoundingBox CRS="EPSG:4326" minx="0.0" miny="0.0010" maxx="0.0010" maxy="0.0020"/>
        <MetadataURL type="FGDC">
          <Format>application/xml</Format>
          <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/www/Buildings.xml"/>
        </MetadataURL>
        <Style>
          <Name>Buildings</Name>
          <Title>Default Styler</Title>
          <Abstract/>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=Buildings"/>
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>cite:DividedRoutes</Name>
        <Title>cite:DividedRoutes</Title>
        <Abstract/>
        <KeywordList/>
        <CRS>EPSG:4326</CRS>
        <CRS>CRS:84</CRS>
        <EX_GeographicBoundingBox>
          <westBoundLongitude>-0.0032</westBoundLongitude>
          <eastBoundLongitude>-0.0026</eastBoundLongitude>
          <southBoundLatitude>-0.0024</southBoundLatitude>
          <northBoundLatitude>0.0024</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.0032" miny="-0.0024" maxx="-0.0026" maxy="0.0024"/>
        <BoundingBox CRS="EPSG:4326" minx="-0.0024" miny="-0.0032" maxx="0.0024" maxy="-0.0026"/>
        <MetadataURL type="FGDC">
          <Format>application/xml</Format>
          <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/www/DividedRoutes.xml"/>
        </MetadataURL>
        <Style>
          <Name>DividedRoutes</Name>
          <Title>Default Styler</Title>
          <Abstract/>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=DividedRoutes"/>
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>cite:Forests</Name>
        <Title>cite:Forests</Title>
        <Abstract/>
        <KeywordList/>
        <CRS>EPSG:4326</CRS>
        <CRS>CRS:84</CRS>
        <EX_GeographicBoundingBox>
          <westBoundLongitude>-0.0010</westBoundLongitude>
          <eastBoundLongitude>0.0040</eastBoundLongitude>
          <southBoundLatitude>-0.0020</southBoundLatitude>
          <northBoundLatitude>0.0020</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.0010" miny="-0.0020" maxx="0.0040" maxy="0.0020"/>
        <BoundingBox CRS="EPSG:4326" minx="-0.0020" miny="-0.0010" maxx="0.0020" maxy="0.0040"/>
        <MetadataURL type="FGDC">
          <Format>application/xml</Format>
          <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/www/Forests.xml"/>
        </MetadataURL>
        <Style>
          <Name>Forests</Name>
          <Title>Default Styler</Title>
          <Abstract/>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=Forests"/>
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>cite:Lakes</Name>
        <Title>cite:Lakes</Title>
        <Abstract/>
        <KeywordList/>
        <CRS>EPSG:4326</CRS>
        <CRS>CRS:84</CRS>
        <EX_GeographicBoundingBox>
          <westBoundLongitude>0.0010</westBoundLongitude>
          <eastBoundLongitude>0.0030</eastBoundLongitude>
          <southBoundLatitude>-0.0020</southBoundLatitude>
          <northBoundLatitude>0.0</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="0.0010" miny="-0.0020" maxx="0.0030" maxy="0.0"/>
        <BoundingBox CRS="EPSG:4326" minx="-0.0020" miny="0.0010" maxx="0.0" maxy="0.0030"/>
        <MetadataURL type="FGDC">
          <Format>application/xml</Format>
          <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/www/Lakes.xml"/>
        </MetadataURL>
        <Style>
          <Name>Lakes</Name>
          <Title>Default Styler</Title>
          <Abstract/>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=Lakes"/>
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>cite:LakesWithElevation</Name>
        <Title>cite:LakesWithElevation</Title>
        <Abstract/>
        <KeywordList/>
        <CRS>EPSG:4326</CRS>
        <CRS>CRS:84</CRS>
        <EX_GeographicBoundingBox>
          <westBoundLongitude>6.0E-4</westBoundLongitude>
          <eastBoundLongitude>0.0031</eastBoundLongitude>
          <southBoundLatitude>-0.0018</southBoundLatitude>
          <northBoundLatitude>-1.0E-4</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="6.0E-4" miny="-0.0018" maxx="0.0031" maxy="-1.0E-4"/>
        <BoundingBox CRS="EPSG:4326" minx="-0.0018" miny="6.0E-4" maxx="-1.0E-4" maxy="0.0031"/>
        <MetadataURL type="FGDC">
          <Format>application/xml</Format>
          <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/www/LakesWithElevation.xml"/>
        </MetadataURL>
        <Style>
          <Name>polygon</Name>
          <Title>A boring default style</Title>
          <Abstract>A sample style that just prints out a green line</Abstract>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=LakesWithElevation"/>
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>cite:MapNeatline</Name>
        <Title>cite:MapNeatline</Title>
        <Abstract/>
        <KeywordList/>
        <CRS>EPSG:4326</CRS>
        <CRS>CRS:84</CRS>
        <EX_GeographicBoundingBox>
          <westBoundLongitude>-0.0040</westBoundLongitude>
          <eastBoundLongitude>0.0040</eastBoundLongitude>
          <southBoundLatitude>-0.0020</southBoundLatitude>
          <northBoundLatitude>0.0020</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.0040" miny="-0.0020" maxx="0.0040" maxy="0.0020"/>
        <BoundingBox CRS="EPSG:4326" minx="-0.0020" miny="-0.0040" maxx="0.0020" maxy="0.0040"/>
        <MetadataURL type="FGDC">
          <Format>application/xml</Format>
          <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/www/MapNeatline.xml"/>
        </MetadataURL>
        <Style>
          <Name>MapNeatline</Name>
          <Title>Default Styler</Title>
          <Abstract/>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=MapNeatline"/>
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>cite:NamedPlaces</Name>
        <Title>cite:NamedPlaces</Title>
        <Abstract/>
        <KeywordList/>
        <CRS>EPSG:4326</CRS>
        <CRS>CRS:84</CRS>
        <EX_GeographicBoundingBox>
          <westBoundLongitude>0.0010</westBoundLongitude>
          <eastBoundLongitude>0.0040</eastBoundLongitude>
          <southBoundLatitude>-0.0010</southBoundLatitude>
          <northBoundLatitude>0.0020</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="0.0010" miny="-0.0010" maxx="0.0040" maxy="0.0020"/>
        <BoundingBox CRS="EPSG:4326" minx="-0.0010" miny="0.0010" maxx="0.0020" maxy="0.0040"/>
        <MetadataURL type="FGDC">
          <Format>application/xml</Format>
          <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/www/NamedPlaces.xml"/>
        </MetadataURL>
        <Style>
          <Name>NamedPlaces</Name>
          <Title>Default Polygon</Title>
          <Abstract>A sample style that draws a polygon</Abstract>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=NamedPlaces"/>
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>cite:Ponds</Name>
        <Title>cite:Ponds</Title>
        <Abstract/>
        <KeywordList/>
        <CRS>EPSG:4326</CRS>
        <CRS>CRS:84</CRS>
        <EX_GeographicBoundingBox>
          <westBoundLongitude>-0.0020</westBoundLongitude>
          <eastBoundLongitude>-0.0014</eastBoundLongitude>
          <southBoundLatitude>0.0016</southBoundLatitude>
          <northBoundLatitude>0.0020</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.0020" miny="0.0016" maxx="-0.0014" maxy="0.0020"/>
        <BoundingBox CRS="EPSG:4326" minx="0.0016" miny="-0.0020" maxx="0.0020" maxy="-0.0014"/>
        <MetadataURL type="FGDC">
          <Format>application/xml</Format>
          <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/www/Ponds.xml"/>
        </MetadataURL>
        <Style>
          <Name>Ponds</Name>
          <Title>Default Styler</Title>
          <Abstract/>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=Ponds"/>
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>cite:RoadSegments</Name>
        <Title>cite:RoadSegments</Title>
        <Abstract/>
        <KeywordList/>
        <CRS>EPSG:4326</CRS>
        <CRS>CRS:84</CRS>
        <EX_GeographicBoundingBox>
          <westBoundLongitude>-0.0040</westBoundLongitude>
          <eastBoundLongitude>0.0040</eastBoundLongitude>
          <southBoundLatitude>-0.0020</southBoundLatitude>
          <northBoundLatitude>0.0020</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-0.0040" miny="-0.0020" maxx="0.0040" maxy="0.0020"/>
        <BoundingBox CRS="EPSG:4326" minx="-0.0020" miny="-0.0040" maxx="0.0020" maxy="0.0040"/>
        <MetadataURL type="FGDC">
          <Format>application/xml</Format>
          <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/www/RoadSegments.xml"/>
        </MetadataURL>
        <Style>
          <Name>RoadSegments</Name>
          <Title>A boring default style</Title>
          <Abstract>A sample style that just prints out a green line</Abstract>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=RoadSegments"/>
          </LegendURL>
        </Style>
      </Layer>
      <Layer queryable="1" opaque="0">
        <Name>cite:Streams</Name>
        <Title>cite:Streams</Title>
        <Abstract/>
        <KeywordList/>
        <CRS>EPSG:4326</CRS>
        <CRS>CRS:84</CRS>
        <EX_GeographicBoundingBox>
          <westBoundLongitude>0.0</westBoundLongitude>
          <eastBoundLongitude>0.0040</eastBoundLongitude>
          <southBoundLatitude>-0.0020</southBoundLatitude>
          <northBoundLatitude>0.0020</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="0.0" miny="-0.0020" maxx="0.0040" maxy="0.0020"/>
        <BoundingBox CRS="EPSG:4326" minx="-0.0020" miny="0.0" maxx="0.0020" maxy="0.0040"/>
        <MetadataURL type="FGDC">
          <Format>application/xml</Format>
          <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/www/Streams.xml"/>
        </MetadataURL>
        <Style>
          <Name>Streams</Name>
          <Title>Default Styler</Title>
          <Abstract/>
          <LegendURL width="20" height="20">
            <Format>image/png</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" xlink:href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=Streams"/>
          </LegendURL>
        </Style>
      </Layer>
    </Layer>
  </Capability>
</WMS_Capabilities>
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to