[fusion-commits] r1603 - trunk/MapGuide

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Oct 23 09:11:43 EDT 2008


Author: pagameba
Date: 2008-10-23 09:11:43 -0400 (Thu, 23 Oct 2008)
New Revision: 1603

Modified:
   trunk/MapGuide/MapGuide.js
Log:
use overlay all the time.

Modified: trunk/MapGuide/MapGuide.js
===================================================================
--- trunk/MapGuide/MapGuide.js	2008-10-23 13:11:03 UTC (rev 1602)
+++ trunk/MapGuide/MapGuide.js	2008-10-23 13:11:43 UTC (rev 1603)
@@ -539,7 +539,7 @@
         isBaseLayer: bIsBaseLayer,
         maxExtent: this._oMaxExtent,
         maxResolution: 'auto',
-        useOverlay: this.selectionAsOverlay,
+        useOverlay: true, //this.selectionAsOverlay,
         ratio: this.ratio
       };
       if (!/WebKit/.test(navigator.userAgent)) {



More information about the fusion-commits mailing list