have an option to ouput a Layer BoundingBox in WMS GetCapabilities for every 
SRS supported
------------------------------------------------------------------------------------------

                 Key: GEOS-4659
                 URL: https://jira.codehaus.org/browse/GEOS-4659
             Project: GeoServer
          Issue Type: New Feature
          Components: WMS
            Reporter: Bart van den Eijnden
            Assignee: Andrea Aime


For INSPIRE View Service, it is necessary to output a BoundingBox element for 
every CRS that is advertized on a Layer. E.g. if the Layer has the following 
CRS info:

<CRS>EPSG:28992</CRS>
<CRS>EPSG:4258</CRS>
<CRS>EPSG:4326</CRS>

It needs to output:

<BoundingBox CRS="EPSG:28992" minx="0" miny="300000" maxx="300000" 
maxy="625000"/>
<BoundingBox CRS="EPSG:4258" minx="50" miny="3" maxx="54" maxy="8"/>
<BoundingBox CRS="EPSG:4326" minx="50" miny="3" maxx="54" maxy="8"/>

IMHO this would only make sense if some has chosen a limited CRS list already. 
But this needs to be a checkbox in the GUI so people can explicitly turn this 
on if they need it, with a default value of unchecked.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to