On Mon, Mar 14, 2011 at 2:53 PM, Justin Deoliveira <[email protected]> wrote:
> Hmmm... I am using that as well. Can you provide the output of one of the
> tests that is failing? Including the test id.
Yep.
Here is what I get in the web gui:
Test wms:wmsops-getmap-each-style (s0001/d1e2691_1)
Assertion: For each of the Styles in the capabilities document, when a
GetMap request is made with the STYLES parameter set to the element of
the style, then the response is valid.
Request d1e12057_1:
Method: get
URL:
http://localhost:8080/geoserver/wms?SERVICE=WMS&&StYlEs=basicpolygon&BbOx=&SrS=&LaYeRs=&WiDtH=&VeRsIoN=1.1.1&FoRmAt=image%2Fpng&HeIgHt=&ReQuEsT=GetMap
Response from parser parsers:HTTPParser:
<response>
<status code="200" protocol="HTTP/1.1">OK</status>
<headers>
<header name="Content-Type">application/vnd.ogc.se_xml;
charset=UTF-8</header>
<header name="Transfer-Encoding">chunked</header>
<header name="Server">Jetty(6.1.8)</header>
</headers>
<content/>
</response>
Result: Failed
I also attached the capabilities document.
Btw, not sure it's relevant, but I'm running both GS and the team
engine using jdk 1.5.0_22
The part that makes me think the test itself might be the cause is in
wms.xml at line 10930
and following, see here:
<ctl:test name="wms:wmsops-getmap-each-format-transparent">
<ctl:param name="WMS_CAPABILITIES"/>
<ctl:param name="format"/>
<ctl:assertion>For each format a request with TRANSPARENT=TRUE
does not return an exception.</ctl:assertion>
<ctl:comment/>
<ctl:link>http://cite.geoenterpriselab.com/OGCTestData/wms/1.1.1/spec/wms1_1_1.html#wmsops.getmap.params.format</ctl:link>
<ctl:code>
<xsl:variable name="layer-info">
<ctl:call-function name="functions:layer-info">
<ctl:with-param name="root-layer"
select="$WMS_CAPABILITIES/Capability/Layer"/>
<ctl:with-param name="preferred-name"
select="string($WMS_CAPABILITIES/Capability//Layer[Title='cite:Lakes']/Name)"/>
<ctl:with-param name="preferred-srs">CRS:84</ctl:with-param>
<ctl:with-param
name="preferred-bbox">-0.0025,-0.0025,0.0025,0.0025</ctl:with-param>
<ctl:with-param name="preferred-width">100</ctl:with-param>
<ctl:with-param name="preferred-height">100</ctl:with-param>
There is 0 chance that CRS:84 can be found in a WMS 1.1 caps document...
Cheers
Andrea
--
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 333 8128928
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
-------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE WMT_MS_Capabilities SYSTEM "http://localhost:8080/geoserver/schemas/wms/1.1.1/WMS_MS_Capabilities.dtd">
<WMT_MS_Capabilities version="1.1.1" updateSequence="1">
<Service>
<Name>OGC:WMS</Name>
<Title>My GeoServer WMS</Title>
<Abstract>
This is a description of your Web Map Server.
</Abstract>
<KeywordList>
<Keyword>WFS</Keyword>
<Keyword>WMS</Keyword>
<Keyword>GEOSERVER</Keyword>
</KeywordList>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost:8080/geoserver/wms"/>
<ContactInformation>
<ContactPersonPrimary>
<ContactPerson/>
<ContactOrganization/>
</ContactPersonPrimary>
<ContactPosition/>
<ContactAddress>
<AddressType/>
<Address/>
<City/>
<StateOrProvince/>
<PostCode/>
<Country/>
</ContactAddress>
<ContactVoiceTelephone/>
<ContactFacsimileTelephone/>
<ContactElectronicMailAddress/>
</ContactInformation>
<Fees>NONE</Fees>
<AccessConstraints>NONE</AccessConstraints>
</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://localhost:8080/geoserver/wms?SERVICE=WMS&"/>
</Get>
<Post>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost:8080/geoserver/wms?SERVICE=WMS&"/>
</Post>
</HTTP>
</DCPType>
</GetCapabilities>
<GetMap>
<Format>image/png</Format>
<Format>application/atom xml</Format>
<Format>application/atom+xml</Format>
<Format>application/openlayers</Format>
<Format>application/pdf</Format>
<Format>application/rss xml</Format>
<Format>application/rss+xml</Format>
<Format>application/vnd.google-earth.kml</Format>
<Format>application/vnd.google-earth.kml xml</Format>
<Format>application/vnd.google-earth.kml+xml</Format>
<Format>application/vnd.google-earth.kmz</Format>
<Format>application/vnd.google-earth.kmz xml</Format>
<Format>application/vnd.google-earth.kmz+xml</Format>
<Format>atom</Format>
<Format>image/geotiff</Format>
<Format>image/geotiff8</Format>
<Format>image/gif</Format>
<Format>image/jpeg</Format>
<Format>image/png8</Format>
<Format>image/svg</Format>
<Format>image/svg xml</Format>
<Format>image/svg+xml</Format>
<Format>image/tiff</Format>
<Format>image/tiff8</Format>
<Format>kml</Format>
<Format>kmz</Format>
<Format>openlayers</Format>
<Format>rss</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost:8080/geoserver/wms?SERVICE=WMS&"/>
</Get>
</HTTP>
</DCPType>
</GetMap>
<GetFeatureInfo>
<Format>text/plain</Format>
<Format>text/html</Format>
<Format>application/vnd.ogc.gml</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost:8080/geoserver/wms?SERVICE=WMS&"/>
</Get>
<Post>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost:8080/geoserver/wms?SERVICE=WMS&"/>
</Post>
</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://localhost:8080/geoserver/wms?SERVICE=WMS&"/>
</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://localhost:8080/geoserver/wms?SERVICE=WMS&"/>
</Get>
</HTTP>
</DCPType>
</GetLegendGraphic>
<GetStyles>
<Format>application/vnd.ogc.sld+xml</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost:8080/geoserver/wms?SERVICE=WMS&"/>
</Get>
</HTTP>
</DCPType>
</GetStyles>
</Request>
<Exception>
<Format>application/vnd.ogc.se_xml</Format>
<Format>application/vnd.ogc.se_inimage</Format>
</Exception>
<UserDefinedSymbolization SupportSLD="1" UserLayer="1" UserStyle="1" RemoteWFS="1"/>
<Layer>
<Title>My GeoServer WMS</Title>
<Abstract>
This is a description of your Web Map Server.
</Abstract>
<!--Limited list of EPSG projections:-->
<SRS>EPSG:4326</SRS>
<LatLonBoundingBox minx="-2.0" miny="-1.0" maxx="2.0" maxy="6.0"/>
<Layer queryable="1">
<Name>cite:BasicPolygons</Name>
<Title>cite:BasicPolygons</Title>
<Abstract>Generated from cite</Abstract>
<KeywordList>
<Keyword>BasicPolygons</Keyword>
<Keyword>cite</Keyword>
</KeywordList>
<SRS>EPSG:4326</SRS>
<!--WKT definition of this CRS:
GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]-->
<LatLonBoundingBox minx="-2.0" miny="-1.0" maxx="2.0" maxy="6.0"/>
<BoundingBox SRS="EPSG:4326" minx="-2.0" miny="-1.0" maxx="2.0" maxy="6.0"/>
<Style>
<Name>basicpolygon</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/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BasicPolygons"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>cite:Bridges</Name>
<Title>cite:Bridges</Title>
<Abstract>Generated from cite</Abstract>
<KeywordList>
<Keyword>Bridges</Keyword>
<Keyword>cite</Keyword>
</KeywordList>
<SRS>EPSG:4326</SRS>
<!--WKT definition of this CRS:
GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]-->
<LatLonBoundingBox minx="1.9E-4" miny="6.9E-4" maxx="2.1E-4" maxy="7.1E-4"/>
<BoundingBox SRS="EPSG:4326" minx="1.9E-4" miny="6.9E-4" maxx="2.1E-4" maxy="7.1E-4"/>
<Style>
<Name>cite_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/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=Bridges"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>cite:Buildings</Name>
<Title>cite:Buildings</Title>
<Abstract>Generated from cite</Abstract>
<KeywordList>
<Keyword>Buildings</Keyword>
<Keyword>cite</Keyword>
</KeywordList>
<SRS>EPSG:4326</SRS>
<!--WKT definition of this CRS:
GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]-->
<LatLonBoundingBox minx="8.0E-4" miny="5.0E-4" maxx="0.0024" maxy="0.0010"/>
<BoundingBox SRS="EPSG:4326" minx="8.0E-4" miny="5.0E-4" maxx="0.0024" maxy="0.0010"/>
<Style>
<Name>cite_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/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=Buildings"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>cite:DividedRoutes</Name>
<Title>cite:DividedRoutes</Title>
<Abstract>Generated from cite</Abstract>
<KeywordList>
<Keyword>DividedRoutes</Keyword>
<Keyword>cite</Keyword>
</KeywordList>
<SRS>EPSG:4326</SRS>
<!--WKT definition of this CRS:
GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]-->
<LatLonBoundingBox minx="-0.0032" miny="-0.0024" maxx="-0.0026" maxy="0.0024"/>
<BoundingBox SRS="EPSG:4326" minx="-0.0032" miny="-0.0024" maxx="-0.0026" maxy="0.0024"/>
<Style>
<Name>cite_divided_routes</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/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=DividedRoutes"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>cite:Forests</Name>
<Title>cite:Forests</Title>
<Abstract>Generated from cite</Abstract>
<KeywordList>
<Keyword>Forests</Keyword>
<Keyword>cite</Keyword>
</KeywordList>
<SRS>EPSG:4326</SRS>
<!--WKT definition of this CRS:
GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]-->
<LatLonBoundingBox minx="-0.0014" miny="-0.0024" maxx="0.0042" maxy="0.0018"/>
<BoundingBox SRS="EPSG:4326" minx="-0.0014" miny="-0.0024" maxx="0.0042" maxy="0.0018"/>
<Style>
<Name>cite_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/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=Forests"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>cite:Lakes</Name>
<Title>cite:Lakes</Title>
<Abstract>Generated from cite</Abstract>
<KeywordList>
<Keyword>cite</Keyword>
<Keyword>Lakes</Keyword>
</KeywordList>
<SRS>EPSG:4326</SRS>
<!--WKT definition of this CRS:
GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]-->
<LatLonBoundingBox minx="6.0E-4" miny="-0.0018" maxx="0.0031" maxy="-1.0E-4"/>
<BoundingBox SRS="EPSG:4326" minx="6.0E-4" miny="-0.0018" maxx="0.0031" maxy="-1.0E-4"/>
<Style>
<Name>cite_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/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=Lakes"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>cite:MapNeatline</Name>
<Title>cite:MapNeatline</Title>
<Abstract>Generated from cite</Abstract>
<KeywordList>
<Keyword>MapNeatline</Keyword>
<Keyword>cite</Keyword>
</KeywordList>
<SRS>EPSG:4326</SRS>
<!--WKT definition of this CRS:
GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]-->
<LatLonBoundingBox minx="-0.0042" miny="-0.0024" maxx="0.0042" maxy="0.0024"/>
<BoundingBox SRS="EPSG:4326" minx="-0.0042" miny="-0.0024" maxx="0.0042" maxy="0.0024"/>
<Style>
<Name>cite_map_neatline</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/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=MapNeatline"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>cite:NamedPlaces</Name>
<Title>cite:NamedPlaces</Title>
<Abstract>Generated from cite</Abstract>
<KeywordList>
<Keyword>NamedPlaces</Keyword>
<Keyword>cite</Keyword>
</KeywordList>
<SRS>EPSG:4326</SRS>
<!--WKT definition of this CRS:
GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]-->
<LatLonBoundingBox minx="0.0014" miny="-0.0011" maxx="0.0042" maxy="0.0024"/>
<BoundingBox SRS="EPSG:4326" minx="0.0014" miny="-0.0011" maxx="0.0042" maxy="0.0024"/>
<Style>
<Name>cite_named_places</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/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=NamedPlaces"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>cite:Ponds</Name>
<Title>cite:Ponds</Title>
<Abstract>Generated from cite</Abstract>
<KeywordList>
<Keyword>Ponds</Keyword>
<Keyword>cite</Keyword>
</KeywordList>
<SRS>EPSG:4326</SRS>
<!--WKT definition of this CRS:
GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]-->
<LatLonBoundingBox minx="-0.0020" miny="0.0016" maxx="-0.0014" maxy="0.0020"/>
<BoundingBox SRS="EPSG:4326" minx="-0.0020" miny="0.0016" maxx="-0.0014" maxy="0.0020"/>
<Style>
<Name>cite_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/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=Ponds"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>cite:RoadSegments</Name>
<Title>cite:RoadSegments</Title>
<Abstract>Generated from cite</Abstract>
<KeywordList>
<Keyword>RoadSegments</Keyword>
<Keyword>cite</Keyword>
</KeywordList>
<SRS>EPSG:4326</SRS>
<!--WKT definition of this CRS:
GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]-->
<LatLonBoundingBox minx="-0.0042" miny="-0.0024" maxx="0.0042" maxy="0.0024"/>
<BoundingBox SRS="EPSG:4326" minx="-0.0042" miny="-0.0024" maxx="0.0042" maxy="0.0024"/>
<Style>
<Name>cite_road_segments</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/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=RoadSegments"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>cite:Streams</Name>
<Title>cite:Streams</Title>
<Abstract>Generated from cite</Abstract>
<KeywordList>
<Keyword>Streams</Keyword>
<Keyword>cite</Keyword>
</KeywordList>
<SRS>EPSG:4326</SRS>
<!--WKT definition of this CRS:
GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]-->
<LatLonBoundingBox minx="-4.0E-4" miny="-0.0024" maxx="0.0036" maxy="0.0024"/>
<BoundingBox SRS="EPSG:4326" minx="-4.0E-4" miny="-0.0024" maxx="0.0036" maxy="0.0024"/>
<Style>
<Name>cite_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/wms?request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=Streams"/>
</LegendURL>
</Style>
</Layer>
</Layer>
</Capability>
</WMT_MS_Capabilities>
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel