[mapserver-commits] r12537 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Sun Sep 11 05:24:10 EDT 2011


Author: tbonfort
Date: 2011-09-11 02:24:10 -0700 (Sun, 11 Sep 2011)
New Revision: 12537

Modified:
   trunk/mapserver/mapcopy.c
Log:
add map->maxsize that was missing in msCopyMap()


Modified: trunk/mapserver/mapcopy.c
===================================================================
--- trunk/mapserver/mapcopy.c	2011-09-10 08:56:59 UTC (rev 12536)
+++ trunk/mapserver/mapcopy.c	2011-09-11 09:24:10 UTC (rev 12537)
@@ -941,6 +941,7 @@
     MS_COPYSTELEM(status);
     MS_COPYSTELEM(height);
     MS_COPYSTELEM(width);
+    MS_COPYSTELEM(maxsize);
 
     for (i = 0; i < src->numlayers; i++) {
         if (msGrowMapLayers(dst) == NULL)



More information about the mapserver-commits mailing list