[mapguide-commits] r4774 - trunk/Tools/Maestro/MgCooker

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Apr 8 23:28:46 EDT 2010


Author: jng
Date: 2010-04-08 23:28:45 -0400 (Thu, 08 Apr 2010)
New Revision: 4774

Modified:
   trunk/Tools/Maestro/MgCooker/SetupRun.cs
Log:
Apply UV's patch for #1316

Modified: trunk/Tools/Maestro/MgCooker/SetupRun.cs
===================================================================
--- trunk/Tools/Maestro/MgCooker/SetupRun.cs	2010-04-09 02:07:30 UTC (rev 4773)
+++ trunk/Tools/Maestro/MgCooker/SetupRun.cs	2010-04-09 03:28:45 UTC (rev 4774)
@@ -335,7 +335,7 @@
                                 sw.Write(",");
                             sw.Write(c.ScaleIndexes[i].ToString());
                         }
-
+                        sw.Write(" "); // dont forget the space after the list of scaleindexes ticket #1316
                         if (c.ExtentOverride != null)
                         {
                             sw.Write(" --extentoverride=");



More information about the mapguide-commits mailing list