OpenLayers OpenLayers

Changeset 1694

Show
Ignore:
Timestamp:
10/07/06 23:29:36 (2 years ago)
Author:
crschmidt
Message:

WorldWind layer was broken for the first load. I never noticed because the
default example doesn't actually load tiles at the first load.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Layer/WorldWind.js

    r1651 r1694  
    4343        if (this.map.getResolution() <= (this.lzd/512) 
    4444            && this.getZoom() <= this.zoomLevels) { 
    45  
     45            var url = this.getURL(bounds); 
    4646            return new OpenLayers.Tile.Image(this, position, bounds,  
    4747                                             url, this.tileSize);