[mapserver-commits] r8131 - trunk/docs/mapfile
svn at osgeo.org
svn at osgeo.org
Fri Nov 28 10:29:32 EST 2008
Author: jmckenna
Date: 2008-11-28 10:29:32 -0500 (Fri, 28 Nov 2008)
New Revision: 8131
Modified:
trunk/docs/mapfile/layer.txt
Log:
add note for labelangleitem and labelsizeitem for 5.0 changes
Modified: trunk/docs/mapfile/layer.txt
===================================================================
--- trunk/docs/mapfile/layer.txt 2008-11-27 15:09:15 UTC (rev 8130)
+++ trunk/docs/mapfile/layer.txt 2008-11-28 15:29:32 UTC (rev 8131)
@@ -169,8 +169,10 @@
.. _`JOIN`: /docs/reference/mapfile/join
LABELANGLEITEM [attribute]
- Item name in attribute table to use for class annotation angles.
- Values should be in degrees.
+ (As of MapServer 5.0 this parameter is no longer available. Please see
+ the :ref:`LABEL` object's ANGLE parameter)
+ For MapServer versions < 5.0, this is the item name in attribute table
+ to use for class annotation angles. Values should be in degrees.
LABELCACHE [on|off]
Specifies whether labels should be drawn as the features for this layer
@@ -221,8 +223,10 @@
Logical operators AND and OR can be used.
LABELSIZEITEM [attribute]
- Item name in attribute table to use for class annotation sizes.
- Values should be in pixels.
+ (As of MapServer 5.0 this parameter is no longer available. Please see
+ the :ref:`LABEL` object's SIZE parameter)
+ For MapServer versions < 5.0, this is the item name in attribute table to
+ use for class annotation sizes. Values should be in pixels.
MAXFEATURES [integer]
Specifies the number of features that should be drawn for this layer in
More information about the mapserver-commits
mailing list