[mapserver-commits] r9412 - trunk/docs/en/ogc

svn at osgeo.org svn at osgeo.org
Thu Oct 8 08:45:32 EDT 2009


Author: assefa
Date: 2009-10-08 08:45:32 -0400 (Thu, 08 Oct 2009)
New Revision: 9412

Modified:
   trunk/docs/en/ogc/wfs_server.txt
Log:
add a note on wfs 1.1 axis orientation

Modified: trunk/docs/en/ogc/wfs_server.txt
===================================================================
--- trunk/docs/en/ogc/wfs_server.txt	2009-10-08 05:09:13 UTC (rev 9411)
+++ trunk/docs/en/ogc/wfs_server.txt	2009-10-08 12:45:32 UTC (rev 9412)
@@ -210,6 +210,11 @@
 and never set the wfs_srs metadata at the layer level and things will work fine for 
 most cases.
 
+Axis Orientation in WFS 1.1  
+---------------------------
+
+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.
+
 Test Your WFS Server
 --------------------
 



More information about the mapserver-commits mailing list