Changeset 2217
- Timestamp:
- 02/09/07 17:34:11 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/emanuel/animatedZooming/lib/OpenLayers/Control/PanZoomBar.js
r2214 r2217 195 195 196 196 // 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(); 201 198 } 202 199 },
