[mapserver-commits] r11579 - trunk/docs/en/ogc
svn at osgeo.org
svn at osgeo.org
Thu Apr 14 15:30:38 EDT 2011
Author: assefa
Date: 2011-04-14 12:30:38 -0700 (Thu, 14 Apr 2011)
New Revision: 11579
Modified:
trunk/docs/en/ogc/wms_server.txt
Log:
update regarding bug 3582
Modified: trunk/docs/en/ogc/wms_server.txt
===================================================================
--- trunk/docs/en/ogc/wms_server.txt 2011-04-14 16:05:58 UTC (rev 11578)
+++ trunk/docs/en/ogc/wms_server.txt 2011-04-14 19:30:38 UTC (rev 11579)
@@ -610,6 +610,8 @@
The axis order in previous versions of the WMS specifications was to always use easting (x or lon ) and northing (y or lat). WMS 1.3.0 specifies that, depending on the particular CRS, 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 WMS 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 passed to the server (as part of the GetMap BBOX parameter) as well as those advertised in the capabilities document reflect the inverse axe orders for EPSG codes between 4000 and 5000.
+In MapServer 6.0 and up, It is possible to define the axis order at build time for a specific ESPG code(see #3582). This allows for example to use the "normal" axis order for some of EPSG codes between 4000 and 5000.
+
In addition, the WMS 1.3.0 defines a series of new coordinate system. These are the once that are currently supported
in MapServer:
More information about the mapserver-commits
mailing list