[mapserver-commits] r8597 - trunk/docs/input/vector
svn at osgeo.org
svn at osgeo.org
Thu Feb 19 10:10:13 EST 2009
Author: jmckenna
Date: 2009-02-19 10:10:12 -0500 (Thu, 19 Feb 2009)
New Revision: 8597
Modified:
trunk/docs/input/vector/ogr.txt
Log:
add required gdal versions for label styles
Modified: trunk/docs/input/vector/ogr.txt
===================================================================
--- trunk/docs/input/vector/ogr.txt 2009-02-19 15:00:49 UTC (rev 8596)
+++ trunk/docs/input/vector/ogr.txt 2009-02-19 15:10:12 UTC (rev 8597)
@@ -793,13 +793,15 @@
OGR:LabelPriority Numeric value defining the order 5.4
in which style parts should be
drawn.
-OGR:LabelStrikeout Strike out text 5.4
+OGR:LabelStrikeout Strike out text (gdal >= 1.4.0) 5.4
OGR:LabelStretch Stretch factor changes the width 5.4
of all characters in the font by
- factor percent.
+ factor percent. (gdal >= 1.4.0)
OGR:LabelAdjHor Horizontally adjacent text 5.4
+ (gdal >= 1.4.0)
OGR:LabelAdjVert Vertically adjacent text 5.4
-OGR:LabelHColor Shadow color (gdal > 1.4.0) 5.4
+ (gdal >= 1.4.0)
+OGR:LabelHColor Shadow color (gdal >= 1.4.0) 5.4
OGR:LabelOColor Outline color (gdal > 1.6.0) 5.4
================== =================================== =================
More information about the mapserver-commits
mailing list