[OpenLayers-Trac] Re: [OpenLayers] #3048: WFSCapabilities - support for SRS and DefaultSRS nodes

OpenLayers trac-20090302 at openlayers.org
Tue Mar 8 10:40:20 EST 2011


#3048: WFSCapabilities - support for SRS and DefaultSRS nodes
------------------------------------+---------------------------------------
 Reporter:  adube                   |       Owner:              
     Type:  feature                 |      Status:  new         
 Priority:  minor                   |   Milestone:  2.11 Release
Component:  Format.WFSCapabilities  |     Version:  2.10        
 Keywords:  SRS, DefaultSRS         |       State:  Review      
------------------------------------+---------------------------------------

Comment(by adube):

 I would agree if the different servers would return the same value in
 1.1.0 as in 1.0.0, but the values differ from one to the other depending
 on the server used :

 {{{
 <!-- 1.1.0 GeoServer-->
 <defaultsrs>urn:x-ogc:def:crs:EPSG:4326</defaultsrs>

 <!-- 1.1.0 TinyOWS -->
 <DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS>

 <!-- 1.1.0 MapServer -->
 <DefaultSRS>EPSG:4326<DefaultSRS>

 <!-- 1.0.0 All the above 3 -->
 <SRS>EPSG:4326<SRS>
 }}}

 Is there even a way to parse that ?  Thoughts ?

-- 
Ticket URL: <http://trac.openlayers.org/ticket/3048#comment:5>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer


More information about the Trac mailing list