[mapserver-commits] r11644 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Wed May 4 14:08:32 EDT 2011
Author: dmorissette
Date: 2011-05-04 11:08:32 -0700 (Wed, 04 May 2011)
New Revision: 11644
Modified:
trunk/mapserver/MIGRATION_GUIDE.txt
Log:
Added note about MAXOVERLAPANGLE (#3856, RFC 60)
Modified: trunk/mapserver/MIGRATION_GUIDE.txt
===================================================================
--- trunk/mapserver/MIGRATION_GUIDE.txt 2011-05-04 16:17:09 UTC (rev 11643)
+++ trunk/mapserver/MIGRATION_GUIDE.txt 2011-05-04 18:08:32 UTC (rev 11644)
@@ -4,7 +4,7 @@
MapServer Migration Guide
*****************************************************************************
-:Last Updated: 2011-04-15
+:Last Updated: 2011-05-04
.. contents:: Table of Contents
:depth: 2
@@ -79,6 +79,18 @@
More verbose but *much* more flexible in the long run.
+---------------------------------------
+Mapfile Changes - Label MAXOVERLAPANGLE
+---------------------------------------
+
+:ref:`RFC60` introduced a new MAXOVERLAPANGLE keyword to filter out ANGLE
+FOLLOW labels in which characters overlap. This new option is enabled by
+default in 6.0 with a default value for MAXOVERLAPANGLE of 22.5 degrees.
+
+As per :ref:`RFC60`, it is possible to set MAXOVERLAPANGLE to 0 to fall back
+on pre-6.0 behavior which was to use hardcoded maxoverlapangle = 0.4*MS_PI
+(40% of 180 degrees = 72 degrees).
+
---------------------------------
Core Changes - Rendering Overhaul
---------------------------------
More information about the mapserver-commits
mailing list