Changeset 6012
- Timestamp:
- 02/07/08 01:20:50 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Tile/Image.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Tile/Image.js
r5854 r6012 127 127 * {Boolean} Always returns true. 128 128 */ 129 draw: function() {129 draw: function() { 130 130 if (this.layer != this.layer.map.baseLayer && this.layer.reproject) { 131 131 this.bounds = this.getBoundsFromBaseLayer(this.position);
