[mapserver-commits] r8580 - trunk/docs/mapfile

svn at osgeo.org svn at osgeo.org
Wed Feb 18 17:03:28 EST 2009


Author: jmckenna
Date: 2009-02-18 17:03:28 -0500 (Wed, 18 Feb 2009)
New Revision: 8580

Modified:
   trunk/docs/mapfile/label.txt
Log:
add position cc for polygons (ticket:2770)

Modified: trunk/docs/mapfile/label.txt
===================================================================
--- trunk/docs/mapfile/label.txt	2009-02-18 21:42:51 UTC (rev 8579)
+++ trunk/docs/mapfile/label.txt	2009-02-18 22:03:28 UTC (rev 8580)
@@ -171,12 +171,13 @@
     Position of the label relative to the labeling point (layers only). First 
     letter is "Y" position, second letter is "X" position. "Auto" tells 
     MapServer to calculate a label position that will not interfere with other 
-    labels. With points and polygons, MapServer selects from the 8 outer 
-    positions (i.e. excluding cc). With lines, it only uses lc or uc, until it 
-    finds a position that doesn't collide with labels that have already been 
-    drawn. If all positions cause a conflict, then the label is not drawn 
-    (Unless the label's FORCE_ a parameter is set to "true"). "Auto" placement 
-    is only available with cached labels.
+    labels. With points, MapServer selects from the 8 outer 
+    positions (i.e. excluding cc). With polygons, MapServer selects from
+    cc, uc, lc, cl and cr as possible positions.  With lines, it only uses 
+    lc or uc, until it finds a position that doesn't collide with labels that 
+    have already been drawn. If all positions cause a conflict, then the 
+    label is not drawn (Unless the label's FORCE_ a parameter is set to "true"). 
+    "Auto" placement is only available with cached labels.
 
 PRIORITY [integer]|[item_name]
      The priority parameter (added in v5.0) takes an integer value between 1 



More information about the mapserver-commits mailing list