[mapguide-commits] r6281 - trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/Mapping

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Dec 2 08:50:19 EST 2011


Author: jng
Date: 2011-12-02 05:50:19 -0800 (Fri, 02 Dec 2011)
New Revision: 6281

Modified:
   trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/Mapping/RuntimeMap.cs
Log:
Fix bad RuntimeMap code example

Modified: trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/Mapping/RuntimeMap.cs
===================================================================
--- trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/Mapping/RuntimeMap.cs	2011-12-02 13:39:53 UTC (rev 6280)
+++ trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/Mapping/RuntimeMap.cs	2011-12-02 13:50:19 UTC (rev 6281)
@@ -94,6 +94,7 @@
     ///     RuntimeMap map = mapSvc.CreateRuntimeMap(rtMapId, mdf, metersPerUnit);
     ///     
     ///     //Set some display parameters for this map
+    ///     map.ViewScale = 75000;
     ///     map.DisplayWidth = 1024;
     ///     map.DisplayHeight = 1024;
     ///     map.DisplayDpi = 96;



More information about the mapguide-commits mailing list