Changeset 7301
- Timestamp:
- 06/03/08 01:25:01 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/klokan/openlayers/lib/OpenLayers.js
r6818 r7301 119 119 "OpenLayers/Layer/TMS.js", 120 120 "OpenLayers/Layer/TileCache.js", 121 "OpenLayers/Layer/Zoomify.js", 121 122 "OpenLayers/Popup/Anchored.js", 122 123 "OpenLayers/Popup/AnchoredBubble.js", sandbox/klokan/openlayers/lib/OpenLayers/Tile/Image.js
r6638 r7301 167 167 null, this.position, this.size); 168 168 169 var imageSize = this.layer.getImageSize( );169 var imageSize = this.layer.getImageSize( this.bounds ); 170 170 if (this.layerAlphaHack) { 171 171 OpenLayers.Util.modifyAlphaImageDiv(this.imgDiv, … … 200 200 201 201 var offset = this.layer.imageOffset; 202 var size = this.layer.getImageSize( );202 var size = this.layer.getImageSize( this.bounds ); 203 203 204 204 if (this.layerAlphaHack) {
