[mapserver-commits] r13220 - branches/branch-6-0/docs/en/mapfile trunk/docs/en/mapfile

svn at osgeo.org svn at osgeo.org
Fri Mar 9 04:24:42 EST 2012


Author: havatv
Date: 2012-03-09 01:24:42 -0800 (Fri, 09 Mar 2012)
New Revision: 13220

Modified:
   branches/branch-6-0/docs/en/mapfile/map.txt
   trunk/docs/en/mapfile/map.txt
Log:
Fixed the description of the config option MS_NONSQUARE in MAP (#4232).

Modified: branches/branch-6-0/docs/en/mapfile/map.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/map.txt	2012-03-09 09:12:29 UTC (rev 13219)
+++ branches/branch-6-0/docs/en/mapfile/map.txt	2012-03-09 09:24:42 UTC (rev 13220)
@@ -86,9 +86,15 @@
        triple: MAP; CONFIG; MS_NONSQUARE
     
     MS_NONSQUARE [yes|no]
-       This `CONFIG` parameter can be used to allow non-square WMS
-       requests.
+       This `CONFIG` parameter can be used to allow non-square pixels
+       (meaning that the pixels represent non-square regions).  For
+       "MS_NONSQUARE" "yes" to work, the :ref:`MAP`, and each
+       :ref:`LAYER` will have to have a :ref:`PROJECTION` object.
 
+       .. note::
+
+          Has no effect for WMS.
+
     .. index::
        triple: MAP; CONFIG; ON_MISSING_DATA
     

Modified: trunk/docs/en/mapfile/map.txt
===================================================================
--- trunk/docs/en/mapfile/map.txt	2012-03-09 09:12:29 UTC (rev 13219)
+++ trunk/docs/en/mapfile/map.txt	2012-03-09 09:24:42 UTC (rev 13220)
@@ -86,9 +86,15 @@
        triple: MAP; CONFIG; MS_NONSQUARE
     
     MS_NONSQUARE [yes|no]
-       This `CONFIG` parameter can be used to allow non-square WMS
-       requests.
+       This `CONFIG` parameter can be used to allow non-square pixels
+       (meaning that the pixels represent non-square regions).  For
+       "MS_NONSQUARE" "yes" to work, the :ref:`MAP`, and each
+       :ref:`LAYER` will have to have a :ref:`PROJECTION` object.
 
+       .. note::
+
+          Has no effect for WMS.
+
     .. index::
        triple: MAP; CONFIG; ON_MISSING_DATA
     



More information about the mapserver-commits mailing list