[mapserver-commits] r8206 - trunk/docs/development/rfc
svn at osgeo.org
svn at osgeo.org
Mon Dec 8 09:42:08 EST 2008
Author: tbonfort
Date: 2008-12-08 09:42:08 -0500 (Mon, 08 Dec 2008)
New Revision: 8206
Modified:
trunk/docs/development/rfc/ms-rfc-48.txt
Log:
update with shortcut version of tranform keywords
Modified: trunk/docs/development/rfc/ms-rfc-48.txt
===================================================================
--- trunk/docs/development/rfc/ms-rfc-48.txt 2008-12-08 08:28:18 UTC (rev 8205)
+++ trunk/docs/development/rfc/ms-rfc-48.txt 2008-12-08 14:42:08 UTC (rev 8206)
@@ -51,15 +51,16 @@
Detailed functionality
------------------------------------------------------------------------------
-The GEOMETRYTRANSFORM keyword initially implements these parameters :
+The GEOMETRYTRANSFORM keyword initially accepts a shortcut version of
+these parameters :
-- *bbox([geom])* : render a shapeObj representing the bounding box of the
+- *bbox* : render a shapeObj representing the bounding box of the
underlying geometry.
-- *start/end([geom])* : render a point symbol at the first/last vertex of the
+- *start/end* : render a point symbol at the first/last vertex of the
underlying geometry. By default, the symbol is oriented to match the
orientation of the corresponding geometry segment. This would be used
to add arrowheads/tails to linestrings.
-- *vertices([geom])* : render a point symbol at each vertex of the geometry.
+- *vertices* : render a point symbol at each vertex of the geometry.
The default orientation matches the half angle of the corresponding segments.
The start and end vertices are not included in the transformation.
@@ -72,6 +73,7 @@
- *labelpoint([geom])* : render a pointObj at the location of the at the point
where the geometry will/would be labelled.
- *convexhull([geom])*
+- *simplify([geom])*
Implementation Details
------------------------------------------------------------------------------
More information about the mapserver-commits
mailing list