[fusion-commits] r2707 - sandbox/createruntimemap/layers/MapGuide

svn_fusion at osgeo.org svn_fusion at osgeo.org
Sat May 18 03:22:55 PDT 2013


Author: jng
Date: 2013-05-18 03:22:54 -0700 (Sat, 18 May 2013)
New Revision: 2707

Modified:
   sandbox/createruntimemap/layers/MapGuide/MapGuide.js
Log:
Revert iconsperscalerange back to default

Modified: sandbox/createruntimemap/layers/MapGuide/MapGuide.js
===================================================================
--- sandbox/createruntimemap/layers/MapGuide/MapGuide.js	2013-05-18 10:16:16 UTC (rev 2706)
+++ sandbox/createruntimemap/layers/MapGuide/MapGuide.js	2013-05-18 10:22:54 UTC (rev 2707)
@@ -268,7 +268,7 @@
         
         if (this.bUseNativeServices) {
             var features = (1 | 2 | 4); //We want the whole lot
-            var r = new Fusion.Lib.MGRequest.MGCreateRuntimeMap(resourceId, features, 3);
+            var r = new Fusion.Lib.MGRequest.MGCreateRuntimeMap(resourceId, features, 25);
             var mapName = this.calcMapName(resourceId, true);
             r.setParams({ 
                 targetMapName: mapName,



More information about the fusion-commits mailing list