[mapserver-commits] r11161 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Tue Mar 15 15:22:27 EDT 2011


Author: sdlime
Date: 2011-03-15 12:22:27 -0700 (Tue, 15 Mar 2011)
New Revision: 11161

Modified:
   trunk/mapserver/MIGRATION_GUIDE.TXT
Log:
Updated expression chunk...

Modified: trunk/mapserver/MIGRATION_GUIDE.TXT
===================================================================
--- trunk/mapserver/MIGRATION_GUIDE.TXT	2011-03-15 19:15:37 UTC (rev 11160)
+++ trunk/mapserver/MIGRATION_GUIDE.TXT	2011-03-15 19:22:27 UTC (rev 11161)
@@ -25,12 +25,14 @@
 values and string literals.
 
 * Old/bad: TEXT ([area] acres)
-* New/good: TEXT ([area] + ' acres')
+* New (option 1)/good: TEXT ([area] + ' acres')
+* New (option 2)/good: TEXT '[area] acres'
 
 On the plus side you can now control the number of decimal places, round and even commify
 the area value for annotion.
 
-See http://mapserver.org/development/rfc/ms-rfc-64.html for more information.
+See http://mapserver.org/development/rfc/ms-rfc-64.html and http://trac.osgeo.org/mapserver/ticket/3736
+for more information.
 
 ------------------------------
 Mapfile Changes	- Label Styles



More information about the mapserver-commits mailing list