OpenLayers OpenLayers

Changeset 731

Show
Ignore:
Timestamp:
06/25/06 06:41:04 (3 years ago)
Author:
sderle
Message:

Disable alpha PNG hack in WMS tiles from r605 and r681... it just kills IE6 when used in earnest.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/openlayers/1.0/lib/OpenLayers/Tile/Image.js

    r685 r731  
    3737    */ 
    3838    draw:function(transparent) { 
    39         if (transparent) { 
     39        if (false) { // don't actually use the alpha PNG hack right now 
     40                     // it has a fiercely bad effect on IE6's performance 
     41            // if (transparent) { 
    4042            this.imgDiv = OpenLayers.Util.createAlphaImageDiv(null, 
    4143                                                           this.position,