[mapserver-commits] r9414 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Thu Oct 8 11:20:50 EDT 2009
Author: assefa
Date: 2009-10-08 11:20:48 -0400 (Thu, 08 Oct 2009)
New Revision: 9414
Modified:
trunk/mapserver/MIGRATION_GUIDE.TXT
Log:
add a note for wfs 1.1 axis changes
Modified: trunk/mapserver/MIGRATION_GUIDE.TXT
===================================================================
--- trunk/mapserver/MIGRATION_GUIDE.TXT 2009-10-08 12:45:50 UTC (rev 9413)
+++ trunk/mapserver/MIGRATION_GUIDE.TXT 2009-10-08 15:20:48 UTC (rev 9414)
@@ -22,6 +22,13 @@
in 5.6.0-beta1)
+------------------------
+WFS 1.1 axis orientation
+------------------------
+
+The axis order in previous versions of the WFS specifications was to always use easting (x or lon ) and northing (y or lat). WMS 1.1 specifies that, depending on the particular SRS, the x axis may or may not be oriented West-to-East, and the y axis may or may not be oriented South-to-North. The WFS portrayal operation shall account for axis order. This affects some of the EPSG codes that were commonly used such as ESPG:4326. The current implementation makes sure that coordinates returned to the server for the GetFeature request reflect the inverse axis orders for EPSG codes between 4000 and 5000.
+
+
=====================================
MapServer 5.2 to 5.4 Migration Guide
=====================================
More information about the mapserver-commits
mailing list