[mapserver-commits] r8579 - trunk/docs/input/vector
svn at osgeo.org
svn at osgeo.org
Wed Feb 18 16:42:51 EST 2009
Author: jmckenna
Date: 2009-02-18 16:42:51 -0500 (Wed, 18 Feb 2009)
New Revision: 8579
Modified:
trunk/docs/input/vector/ogr.txt
Log:
oops, add important missing mapserver versions for the changes
Modified: trunk/docs/input/vector/ogr.txt
===================================================================
--- trunk/docs/input/vector/ogr.txt 2009-02-18 21:24:03 UTC (rev 8578)
+++ trunk/docs/input/vector/ogr.txt 2009-02-18 21:42:51 UTC (rev 8579)
@@ -769,38 +769,39 @@
The following label styles are supported:
-================== ===================================
-Label Style Description
-================== ===================================
-OGR:LabelFont Comma-delimited list of fonts names
-OGR:LabelSize Numeric value with units
-OGR:LabelText Label text string
-OGR:LabelAngle Rotation angle (in degrees)
-OGR:LabelFColor Foreground color
-OGR:LabelBColor Background color
-OGR:LabelPlacement How is the text drawn
+================== =================================== =================
+Label Style Description MapServer Version
+ Implemented
+================== =================================== =================
+OGR:LabelFont Comma-delimited list of fonts names 5.4
+OGR:LabelSize Numeric value with units 5.2.0
+OGR:LabelText Label text string 5.2.0
+OGR:LabelAngle Rotation angle (in degrees) 5.2.0
+OGR:LabelFColor Foreground color 5.4
+OGR:LabelBColor Background color 5.4
+OGR:LabelPlacement How is the text drawn 5.4
relative to the feature's geometry
-OGR:LabelAnchor A value from 1 to 12 defining the
+OGR:LabelAnchor A value from 1 to 12 defining the 5.4
label's position relative to the
point to which it is attached.
-OGR:LabelDx X offset
-OGR:LabelDy Y offset
-OGR:LabelPerp Perpendicular offset
-OGR:LabelBold Bold text
-OGR:LabelItalic Italic text
-OGR:LabelUnderline Underlined text
-OGR:LabelPriority Numeric value defining the order
+OGR:LabelDx X offset 5.4
+OGR:LabelDy Y offset 5.4
+OGR:LabelPerp Perpendicular offset 5.4
+OGR:LabelBold Bold text 5.4
+OGR:LabelItalic Italic text 5.4
+OGR:LabelUnderline Underlined text 5.4
+OGR:LabelPriority Numeric value defining the order 5.4
in which style parts should be
drawn.
-OGR:LabelStrikeout Strike out text
-OGR:LabelStretch Stretch factor changes the width
+OGR:LabelStrikeout Strike out text 5.4
+OGR:LabelStretch Stretch factor changes the width 5.4
of all characters in the font by
factor percent.
-OGR:LabelAdjHor Horizontally adjacent text
-OGR:LabelAdjVert Vertically adjacent text
-OGR:LabelHColor Shadow color (gdal > 1.4.0)
-OGR:LabelOColor Outline color (gdal > 1.6.0)
-================== ===================================
+OGR:LabelAdjHor Horizontally adjacent text 5.4
+OGR:LabelAdjVert Vertically adjacent text 5.4
+OGR:LabelHColor Shadow color (gdal > 1.4.0) 5.4
+OGR:LabelOColor Outline color (gdal > 1.6.0) 5.4
+================== =================================== =================
Please see the `OGR Feature Style Specification`_ document for more details
on those specific styles.
More information about the mapserver-commits
mailing list