[fusion-commits] r2639 - in sandbox/adsk/2.3r.sce/layers: Generic MapGuide

svn_fusion at osgeo.org svn_fusion at osgeo.org
Mon Feb 11 20:21:01 PST 2013


Author: liuar
Date: 2013-02-11 20:21:01 -0800 (Mon, 11 Feb 2013)
New Revision: 2639

Modified:
   sandbox/adsk/2.3r.sce/layers/Generic/Generic.js
   sandbox/adsk/2.3r.sce/layers/MapGuide/MapGuide.js
Log:
Submit on behalf of Andy Zhang.
Update 2 js files in sandbox/adsk/2.3r.sce.

Modified: sandbox/adsk/2.3r.sce/layers/Generic/Generic.js
===================================================================
--- sandbox/adsk/2.3r.sce/layers/Generic/Generic.js	2013-02-01 08:13:01 UTC (rev 2638)
+++ sandbox/adsk/2.3r.sce/layers/Generic/Generic.js	2013-02-12 04:21:01 UTC (rev 2639)
@@ -203,7 +203,7 @@
               this.mapTag.layerOptions.projection = "EPSG:4326";
             }
             if (typeof this.mapTag.layerOptions.numZoomLevels == 'undefined') {
-                this.mapTag.layerOptions.numZoomLevels = 20;
+                this.mapTag.layerOptions.numZoomLevels = 22;
             }
             if(this.layerType == 'OpenStreetMap') {
                 this.oLayerOL = new OpenLayers.Layer.OSM[this.mapTag.layerOptions.type](this.getMapName(), this.mapTag.layerOptions );

Modified: sandbox/adsk/2.3r.sce/layers/MapGuide/MapGuide.js
===================================================================
--- sandbox/adsk/2.3r.sce/layers/MapGuide/MapGuide.js	2013-02-01 08:13:01 UTC (rev 2638)
+++ sandbox/adsk/2.3r.sce/layers/MapGuide/MapGuide.js	2013-02-12 04:21:01 UTC (rev 2639)
@@ -1066,7 +1066,7 @@
         }
         if (this.queryLayer) {
             //this.queryLayer.setVisibility(true);
-            this.drawSelection();
+            //this.drawSelection();
         }
     },
 
@@ -1078,7 +1078,7 @@
         }
         if (this.queryLayer) {
             //this.queryLayer.setVisibility(false);
-            this.drawSelection();
+            //this.drawSelection();
         }
     },
 
@@ -1101,7 +1101,7 @@
         }
         if (this.queryLayer) {
             //this.queryLayer.setVisibility(true);
-            this.drawSelection();
+            //this.drawSelection();
         }
     },
     hideGroup: function( group, noDraw ) {
@@ -1123,7 +1123,7 @@
         }
         if (this.queryLayer) {
             //this.queryLayer.setVisibility(false);
-            this.drawSelection();
+            //this.drawSelection();
         }
     },
     refreshLayer: function( layer ) {



More information about the fusion-commits mailing list