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

svn at osgeo.org svn at osgeo.org
Wed Sep 28 16:41:12 EDT 2011


Author: havatv
Date: 2011-09-28 13:41:12 -0700 (Wed, 28 Sep 2011)
New Revision: 12593

Modified:
   branches/branch-6-0/docs/en/mapfile/style.txt
   trunk/docs/en/mapfile/style.txt
Log:
Small adjustments to the description of GEOMTRANSFORM in the style document (after a complaint that it was not clear enough).

Modified: branches/branch-6-0/docs/en/mapfile/style.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/style.txt	2011-09-28 14:25:10 UTC (rev 12592)
+++ branches/branch-6-0/docs/en/mapfile/style.txt	2011-09-28 20:41:12 UTC (rev 12593)
@@ -160,20 +160,22 @@
     Used to indicate that the current feature will be transformed
     before the actual style is applied. Introduced in version 5.4.
 
-    - *bbox*: produces the bounding box of the geometry.
-    - *end*: produces the last point of the geometry. When used with
-      `ANGLE` AUTO, it can for instance be used to render an arrowhead.
+    - *bbox*: produces the bounding box of the current feature
+      geometry.
+    - *end*: produces the last point of the current feature
+      geometry. When used with `ANGLE` AUTO, it can for instance be
+      used to render arrowheads on line segments.
     - *labelpnt*: used for :ref:`LABEL` styles.  It produces a point
       that is placed at the label's reference point.
     - *labelpoly*: used for :ref:`LABEL` styles.  Produces a polygon
       that covers the label plus a 1 pixel padding.
-    - *start*: produces the first point of the current geometry. When
-      used with `ANGLE` AUTO, it can for instance be used to render
-      arrow tail on line segments.
+    - *start*: produces the first point of the current feature
+      geometry. When used with `ANGLE` AUTO, it can for instance be
+      used to render arrow tails on line segments.
     - *vertices*: produces all the intermediate vertices (points) of
-      the underlying geometry (the start and end are excluded). When
-      used with `ANGLE` AUTO, the marker is oriented by the half angle
-      formed by the two adjacent line segments.
+      the current feature geometry (the start and end are excluded).
+      When used with `ANGLE` AUTO, the marker is oriented by the half
+      angle formed by the two adjacent line segments.
 
 .. index::
    pair: STYLE; LINECAP

Modified: trunk/docs/en/mapfile/style.txt
===================================================================
--- trunk/docs/en/mapfile/style.txt	2011-09-28 14:25:10 UTC (rev 12592)
+++ trunk/docs/en/mapfile/style.txt	2011-09-28 20:41:12 UTC (rev 12593)
@@ -160,20 +160,22 @@
     Used to indicate that the current feature will be transformed
     before the actual style is applied. Introduced in version 5.4.
 
-    - *bbox*: produces the bounding box of the geometry.
-    - *end*: produces the last point of the geometry. When used with
-      `ANGLE` AUTO, it can for instance be used to render an arrowhead.
+    - *bbox*: produces the bounding box of the current feature
+      geometry.
+    - *end*: produces the last point of the current feature
+      geometry. When used with `ANGLE` AUTO, it can for instance be
+      used to render arrowheads on line segments.
     - *labelpnt*: used for :ref:`LABEL` styles.  It produces a point
       that is placed at the label's reference point.
     - *labelpoly*: used for :ref:`LABEL` styles.  Produces a polygon
       that covers the label plus a 1 pixel padding.
-    - *start*: produces the first point of the current geometry. When
-      used with `ANGLE` AUTO, it can for instance be used to render
-      arrow tail on line segments.
+    - *start*: produces the first point of the current feature
+      geometry. When used with `ANGLE` AUTO, it can for instance be
+      used to render arrow tails on line segments.
     - *vertices*: produces all the intermediate vertices (points) of
-      the underlying geometry (the start and end are excluded). When
-      used with `ANGLE` AUTO, the marker is oriented by the half angle
-      formed by the two adjacent line segments.
+      the current feature geometry (the start and end are excluded).
+      When used with `ANGLE` AUTO, the marker is oriented by the half
+      angle formed by the two adjacent line segments.
 
 .. index::
    pair: STYLE; LINECAP



More information about the mapserver-commits mailing list