[mapserver-commits] r12902 - trunk/docs/en/development/rfc
svn at osgeo.org
svn at osgeo.org
Mon Dec 19 03:39:17 EST 2011
Author: havatv
Date: 2011-12-19 00:39:17 -0800 (Mon, 19 Dec 2011)
New Revision: 12902
Modified:
trunk/docs/en/development/rfc/ms-rfc-45.txt
Log:
Included some references in RFC45.
Modified: trunk/docs/en/development/rfc/ms-rfc-45.txt
===================================================================
--- trunk/docs/en/development/rfc/ms-rfc-45.txt 2011-12-16 15:01:21 UTC (rev 12901)
+++ trunk/docs/en/development/rfc/ms-rfc-45.txt 2011-12-19 08:39:17 UTC (rev 12902)
@@ -15,7 +15,7 @@
discussions with other developers working on cartographic output*)
-Scale Dependant Rendering
+Scale Dependent Rendering
*************************
- All symbols can be scaled. When SYMBOLSCALEDENOM is given for a layer, the
@@ -62,6 +62,9 @@
- Default value is the centre of the symbol's bounding box.
- Applies to TYPE ellipse, vector, pixmap, truetype.
+ .. note::
+ Implemented as `ANCHORPOINT`.
+
ANGLE [double|attribute] [DEFAULT|CLOCKWISE|COMPASS]
====================================================
@@ -71,7 +74,7 @@
To specify rotation, you need a point of rotation, a reference direction, a
direction of rotation and a unit of rotation.
-Currently, angles for labels have a reference direction to the right (west),
+Currently, angles for labels have a reference direction to the right (east),
and a counter-clockwise direction of rotation specified in degrees (0..360).
When specifying direction/rotation for symbols, compass direction is often used
@@ -146,11 +149,16 @@
a way that the symbol's x-axis is directed along the line.
+ .. note::
+ `INITIALGAP` was introduced to address a part of this
+
DASHPATTERN ([double on] [double off])+ END
===========================================
- renamed from STYLE
- the distances are scaled
+ .. note::
+ `PATTERN` was used instead of `DASHPATTERN`.
more to come?
=============
@@ -180,7 +188,7 @@
****************************
eg for drawing road lines with a cached outline
-- It is currently impossible to have scale dependant road networks with a fixed
+- It is currently impossible to have scale dependent road networks with a fixed
width outline, this addition will remedy this.
- This would also be a shorthand to be able to specify an outline for linear
@@ -205,6 +213,8 @@
used for example to add arrowheads to lines
- default angle is direction of first/last segment
+ .. note::
+ :ref:`rfc48` addresses this (`GEOMTRANSFORM`).
Files Affected
***********************************************
@@ -224,4 +234,17 @@
Individual modifications will be tracked with their own tickets which will
be listed here.
- - B1: http://trac.osgeo.org/mapserver/ticket/2766
+ - B1: http://trac.osgeo.org/mapserver/ticket/2766 (double)
+
+ - http://trac.osgeo.org/mapserver/ticket/4066 (precise symbol
+ placement - anchorpoint)
+
+ - http://trac.osgeo.org/mapserver/ticket/3847 (stable rendering for
+ tile generation)
+
+ - http://trac.osgeo.org/mapserver/ticket/3797 (move from symbol to style)
+
+ - http://trac.osgeo.org/mapserver/ticket/3752 (scalable gap and pattern)
+
+ - http://trac.osgeo.org/mapserver/ticket/33879 (initialgap)
+
More information about the mapserver-commits
mailing list