OpenLayers OpenLayers

Changeset 2217

Show
Ignore:
Timestamp:
02/09/07 17:34:11 (2 years ago)
Author:
emanuel
Message:

zoomOutTile bug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/emanuel/animatedZooming/lib/OpenLayers/Control/PanZoomBar.js

    r2214 r2217  
    195195 
    196196            // find and set tile, which contains the center of the viewport 
    197             this.map.baseLayer.setCenterTile();        
    198  
    199             // set zoomOutTile visible   
    200             this.map.baseLayer.zoomOutTile.imgDiv.style.display = "block"; 
     197            this.map.baseLayer.setCenterTile();            
    201198        } 
    202199    },