[mapserver-commits] r9082 - trunk/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Fri Jun 5 05:03:03 EDT 2009
Author: tbonfort
Date: 2009-06-05 05:03:03 -0400 (Fri, 05 Jun 2009)
New Revision: 9082
Modified:
trunk/docs/en/mapfile/style.txt
Log:
add centroid geomtransform
Modified: trunk/docs/en/mapfile/style.txt
===================================================================
--- trunk/docs/en/mapfile/style.txt 2009-06-05 08:58:48 UTC (rev 9081)
+++ trunk/docs/en/mapfile/style.txt 2009-06-05 09:03:03 UTC (rev 9082)
@@ -70,12 +70,13 @@
The associated RFC document for this feature is :ref:`RFC19`.
-GEOMTRANSFORM [start|end|vertices|bbox]
+GEOMTRANSFORM [start|end|vertices|bbox|centroid]
- Used to indicate that the current feature will be transformed before the actual
style is applied. Only applies to versions from 5.4
- "bbox": uses the current style for rendering the bounding box of the underlying
geometry
+ - "centroid": renders a marker at the centroid of the underlying shape.
- "start" and "end": uses the current style to render a marker on the first or last
vertex of the current geometry. When used with ANGLE AUTO, this can be used to
render arrowheads or tails on line segments.
More information about the mapserver-commits
mailing list