fix indentation
This commit is contained in:
@@ -418,10 +418,10 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
|
|||||||
newOptions.singleTile !== this.singleTile;
|
newOptions.singleTile !== this.singleTile;
|
||||||
OpenLayers.Layer.HTTPRequest.prototype.addOptions.apply(this, arguments);
|
OpenLayers.Layer.HTTPRequest.prototype.addOptions.apply(this, arguments);
|
||||||
if (this.map && singleTileChanged) {
|
if (this.map && singleTileChanged) {
|
||||||
this.initProperties();
|
this.initProperties();
|
||||||
this.tileSize = this.options.tileSize;
|
this.tileSize = this.options.tileSize;
|
||||||
this.setTileSize();
|
this.setTileSize();
|
||||||
this.moveTo(null, true);
|
this.moveTo(null, true);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user