[mapserver-commits] r10037 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Thu Apr 1 10:49:03 EDT 2010


Author: aboudreault
Date: 2010-04-01 10:49:02 -0400 (Thu, 01 Apr 2010)
New Revision: 10037

Modified:
   trunk/mapserver/MIGRATION_GUIDE.TXT
Log:
Modified migration guide

Modified: trunk/mapserver/MIGRATION_GUIDE.TXT
===================================================================
--- trunk/mapserver/MIGRATION_GUIDE.TXT	2010-04-01 13:17:20 UTC (rev 10036)
+++ trunk/mapserver/MIGRATION_GUIDE.TXT	2010-04-01 14:49:02 UTC (rev 10037)
@@ -53,7 +53,6 @@
   - layerObj: getFilter, getShape
 
 * referenceMapObj has new properties: marker, markername, markersize, maxboxsize, minboxsize
-* labelCacheObj has a new function: freeCache(). free() is an alias to this function.
 * shapeFileObj is automatically closed/writed on destroy. (At the end of the script or with an explicit unset())
 * layerObj->clearProcessing() method now returns void.
 * mapObj->queryByIndex(): default behavior for the addToQuery parameter was not ok, now it is.
@@ -73,13 +72,12 @@
   - styleObj: clone  
   - layerObj: nextShape, getExtent
   - mapObj: clone, draw, drawQuery getLayerByName, getProjection, 
-            processTemplate, processQueryTemplate, processLegendTemplate
 
 * Methods that now return an empty array 
 
   - symbolObj: getPatternArray
   - layerObj: getItems, getProcessing, getGridIntersectionCoordinates
-  - mapObj: getLayersIndexByGroup, getAllGroupNames, getLayersDrawingOrder getAllLayerNames
+  - mapObj: getLayersIndexByGroup, getAllGroupNames, getLayersDrawingOrder, getAllLayerNames
   
 ------------
 OUTPUTFORMAT



More information about the mapserver-commits mailing list