Changeset 1694
- Timestamp:
- 10/07/06 23:29:36 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/WorldWind.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/WorldWind.js
r1651 r1694 43 43 if (this.map.getResolution() <= (this.lzd/512) 44 44 && this.getZoom() <= this.zoomLevels) { 45 45 var url = this.getURL(bounds); 46 46 return new OpenLayers.Tile.Image(this, position, bounds, 47 47 url, this.tileSize);
