We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8cd08 commit 4b0e45bCopy full SHA for 4b0e45b
lib/OpenLayers/Tile/Image.js
@@ -136,7 +136,9 @@ OpenLayers.Tile.Image = OpenLayers.Class(OpenLayers.Tile, {
136
draw: function() {
137
var drawn = OpenLayers.Tile.prototype.draw.apply(this, arguments);
138
if (drawn) {
139
+ // The layer's reproject option is deprecated.
140
if (this.layer != this.layer.map.baseLayer && this.layer.reproject) {
141
+ // getBoundsFromBaseLayer is defined in deprecated.js.
142
this.bounds = this.getBoundsFromBaseLayer(this.position);
143
}
144
if (this.isLoading) {
0 commit comments