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

svn at osgeo.org svn at osgeo.org
Mon May 30 18:19:57 EDT 2011


Author: havatv
Date: 2011-05-30 15:19:57 -0700 (Mon, 30 May 2011)
New Revision: 11771

Modified:
   branches/branch-6-0/docs/en/mapfile/style.txt
Log:
Fixed style-angle documentation - no rotation of ellipse symbols with GD (#3832)

Modified: branches/branch-6-0/docs/en/mapfile/style.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/style.txt	2011-05-30 18:36:06 UTC (rev 11770)
+++ branches/branch-6-0/docs/en/mapfile/style.txt	2011-05-30 22:19:57 UTC (rev 11771)
@@ -24,13 +24,13 @@
     - For points, it specifies the rotation of the symbol around its
       center.
     - For decorated lines, the behaviour depends on the value of
-      the GAP element.
+      the `GAP` element.
 
-      - For negative GAP values it specifies the rotation of the
+      - For negative `GAP` values it specifies the rotation of the
         decoration symbol relative to the direction of the line.
         An angle of 0 means that the symbol's x-axis is oriented
         along the direction of the line.
-      - For non-negativ (or absent) GAP values it specifies the
+      - For non-negativ (or absent) `GAP` values it specifies the
         rotation of the decoration symbol around its center.
         An angle of 0 means that the symbol is not rotated.
     - For polygons, it specifies the angle of the lines in a HATCH
@@ -59,6 +59,11 @@
     - The `AUTO` keyword was added in version 5.4, and currently only
       applies when coupled with the `GEOMTRANSFORM` keyword.
 
+    .. note::
+
+      Rotation using `ANGLE` is not supported for :ref:`SYMBOL`\s
+      of `TYPE` `ellipse` with the GD renderer (gif).
+
 ANGLEITEM [string]
     ANGLE[attribute] must now be used instead.
 



More information about the mapserver-commits mailing list