OpenLayers OpenLayers

Changeset 7301

Show
Ignore:
Timestamp:
06/03/08 01:25:01 (6 months ago)
Author:
klokan
Message:

OpenLayers Zoomify patch for #1285

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/klokan/openlayers/lib/OpenLayers.js

    r6818 r7301  
    119119            "OpenLayers/Layer/TMS.js", 
    120120            "OpenLayers/Layer/TileCache.js", 
     121            "OpenLayers/Layer/Zoomify.js", 
    121122            "OpenLayers/Popup/Anchored.js", 
    122123            "OpenLayers/Popup/AnchoredBubble.js", 
  • sandbox/klokan/openlayers/lib/OpenLayers/Tile/Image.js

    r6638 r7301  
    167167                                         null, this.position, this.size);    
    168168 
    169         var imageSize = this.layer.getImageSize();  
     169        var imageSize = this.layer.getImageSize( this.bounds );  
    170170        if (this.layerAlphaHack) { 
    171171            OpenLayers.Util.modifyAlphaImageDiv(this.imgDiv, 
     
    200200         
    201201        var offset = this.layer.imageOffset;  
    202         var size = this.layer.getImageSize();  
     202        var size = this.layer.getImageSize( this.bounds ); 
    203203      
    204204        if (this.layerAlphaHack) {