Michael Raeder created GEOS-5105:
------------------------------------
Summary: Declare Bounding boxes for each listet Layer. / INSPIRE / Bounding BOX
Key: GEOS-5105
URL: https://jira.codehaus.org/browse/GEOS-5105
Project: GeoServer
Issue Type: Improvement
Affects Versions: 2.2-beta1
Reporter: Michael Raeder
Assignee: Andrea Aime
Fix For: 2.2.x
Declare Bounding boxes for each listet Layer.
---------------------------------------------
When a layer defines a CRS at "/wms:CRS", it needs to define a Bounding Box for that CRS at "/wms:BoundingBox".
GetCapabilities:
....
<!--Limited list of EPSG projections:-->
<CRS>EPSG:25832</CRS>
<CRS>EPSG:31467</CRS>
<CRS>EPSG:4326</CRS>
<CRS>CRS:84</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>6.577584214836506</westBoundLongitude>
<eastBoundLongitude>8.667414354579204</eastBoundLongitude>
<southBoundLatitude>52.67347203554327</southBoundLatitude>
<northBoundLatitude>54.76330217528597</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" maxx="8.667414354579204" maxy="54.76330217528597"
minx="6.577584214836506"
miny="52.67347203554327"/>
The need to be a Bounding Box for each listet layer for INSPIRE.
( FAILURE: The Layer "" must define a Bounding Box for the CRS "EPSG:25832" as wms:BoundingBox element.
FAILURE: The Layer "" must define a Bounding Box for the CRS "EPSG:31467" as wms:BoundingBox element.
FAILURE: The Layer "" must define a Bounding Box for the CRS "EPSG:4326" as wms:BoundingBox element. )
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira