[mapserver-commits] r11631 - trunk/docs/en/mapfile

svn at osgeo.org svn at osgeo.org
Sat Apr 30 10:35:32 EDT 2011


Author: assefa
Date: 2011-04-30 07:35:32 -0700 (Sat, 30 Apr 2011)
New Revision: 11631

Modified:
   trunk/docs/en/mapfile/label.txt
Log:
add not on maxoverlapangle (#3856)

Modified: trunk/docs/en/mapfile/label.txt
===================================================================
--- trunk/docs/en/mapfile/label.txt	2011-04-30 14:19:12 UTC (rev 11630)
+++ trunk/docs/en/mapfile/label.txt	2011-04-30 14:35:32 UTC (rev 11631)
@@ -120,7 +120,13 @@
         **no wrap** ,no processing,skip label if it contains more than MAXLENGTH_ characters , hard wrap (always break at exactly MAXLENGTH_ characters)
 
     The associated RFC document for this feature is :ref:`RFC40`.
-    
+
+MAXOVERLAPANGLE [double]
+    Angle threshold to use in filtering out ANGLE FOLLOW labels in which characters overlap (floating point value in degrees). This filtering will be enabled by default starting with MapServer 6.0. The default MAXOVERLAPANGLE value will be 22.5 degrees, which also matches the default in GeoServer. Users will be free to tune the value up or down depending on the type of data they are dealing with and their tolerance to bad overlap in labels.
+    Setting MAXOVERLAPANGLE = 0 will completely disable filtering of labels based on this criteria, restoring the pre-6.0 behavior.
+
+    The associated RFC document for this feature is :ref:`RFC60`.
+                   
 MAXSIZE [double]
     Maximum font size to use when scaling text (pixels). Default is 256.
     Starting from version 5.4, the value can also be a fractional value 



More information about the mapserver-commits mailing list