Correct else code style error
This commit is contained in:
@@ -746,8 +746,7 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
|
|||||||
Math.abs(trPx.y - blPx.y)
|
Math.abs(trPx.y - blPx.y)
|
||||||
);
|
);
|
||||||
this._resetTileSize = true;
|
this._resetTileSize = true;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
tileWidth = bounds.getWidth() * this.ratio;
|
tileWidth = bounds.getWidth() * this.ratio;
|
||||||
tileHeight = bounds.getHeight() * this.ratio;
|
tileHeight = bounds.getHeight() * this.ratio;
|
||||||
tileBounds =
|
tileBounds =
|
||||||
|
|||||||
Reference in New Issue
Block a user