[fusion-commits] r1810 - branches/fusion-1.1/MapGuide

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Mar 5 10:54:57 EST 2009


Author: madair
Date: 2009-03-05 10:54:57 -0500 (Thu, 05 Mar 2009)
New Revision: 1810

Modified:
   branches/fusion-1.1/MapGuide/MapGuide.js
Log:
closes #220: patch applied to 1.1 branch

Modified: branches/fusion-1.1/MapGuide/MapGuide.js
===================================================================
--- branches/fusion-1.1/MapGuide/MapGuide.js	2009-03-05 15:53:45 UTC (rev 1809)
+++ branches/fusion-1.1/MapGuide/MapGuide.js	2009-03-05 15:54:57 UTC (rev 1810)
@@ -549,6 +549,11 @@
         };
       }
 
+      //Fix for IE6 PNG transparency
+      if (params.format && params.format.toLowerCase().indexOf('png') >= 0) {
+        layerOptions.alpha = true;
+      }
+
       var url = Fusion.getConfigurationItem('mapguide', 'mapAgentUrl');
       var oLayerOL = new OpenLayers.Layer.MapGuide( layerName, url, params, layerOptions );
       return oLayerOL;



More information about the fusion-commits mailing list