[fusion-commits] r1626 - trunk/MapGuide

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Oct 30 16:20:48 EDT 2008


Author: madair
Date: 2008-10-30 16:20:48 -0400 (Thu, 30 Oct 2008)
New Revision: 1626

Modified:
   trunk/MapGuide/MapGuide.js
Log:
re #120: remove siteVersion check until it can be tested more

Modified: trunk/MapGuide/MapGuide.js
===================================================================
--- trunk/MapGuide/MapGuide.js	2008-10-30 19:39:28 UTC (rev 1625)
+++ trunk/MapGuide/MapGuide.js	2008-10-30 20:20:48 UTC (rev 1626)
@@ -541,9 +541,11 @@
      * Returns an OpenLayers MapGuide layer object
      */
     createOLLayer: function(layerName, bIsBaseLayer, bSingleTile, behaviour) {
+      /* TODO : prevent the useOverlay flag based on site version
       if ( !(this.siteVersion[0]>1 && this.siteVersion[2]>=0 && this.siteVersion[3]>2) ) { //v2.0.x or higher
         this.selectionAsOverlay = false;
       }
+      */
       var layerOptions = {
         units: this.units,
         isBaseLayer: bIsBaseLayer,



More information about the fusion-commits mailing list