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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Apr 8 06:51:43 EDT 2010


Author: jng
Date: 2010-04-08 06:51:42 -0400 (Thu, 08 Apr 2010)
New Revision: 4767

Modified:
   trunk/Tools/Maestro/MgCooker/SetupRun.cs
Log:
Fix for #1315

Modified: trunk/Tools/Maestro/MgCooker/SetupRun.cs
===================================================================
--- trunk/Tools/Maestro/MgCooker/SetupRun.cs	2010-04-08 09:10:30 UTC (rev 4766)
+++ trunk/Tools/Maestro/MgCooker/SetupRun.cs	2010-04-08 10:51:42 UTC (rev 4767)
@@ -47,6 +47,10 @@
             m_commandlineargs = args;
             m_coordinateOverrides = new Dictionary<string, OSGeo.MapGuide.MaestroAPI.Box2DType>();
 
+            MaestroAPI.HttpServerConnection hc = connection as MaestroAPI.HttpServerConnection;
+            if (hc != null)
+                MapAgent.Text = hc.ServerURI;
+
             if (m_commandlineargs.ContainsKey("mapdefinitions"))
                 m_commandlineargs.Remove("mapdefinitions");
             if (m_commandlineargs.ContainsKey("scaleindex"))



More information about the mapguide-commits mailing list