Replace tabs with spaces where appropriate.

This commit is contained in:
Marc Jansen
2012-09-11 21:51:18 +02:00
parent f7ca64b1aa
commit 1348f97546
6 changed files with 23 additions and 23 deletions

View File

@@ -108,7 +108,7 @@ OpenLayers.Layer.MapGuide = OpenLayers.Class(OpenLayers.Layer.Grid, {
tileRowsPerFolder: 30,
format: 'png',
querystring: null
},
},
/**
* Property: defaultSize
@@ -294,13 +294,13 @@ OpenLayers.Layer.MapGuide = OpenLayers.Class(OpenLayers.Layer.Grid, {
rowidx = Math.round(rowidx/this.tileSize.h);
if (this.useHttpTile){
url = this.getImageFilePath(
url = this.getImageFilePath(
{
tilecol: colidx,
tilerow: rowidx,
scaleindex: this.resolutions.length - this.map.zoom - 1
});
} else {
url = this.getFullRequestString(
{
@@ -421,7 +421,7 @@ OpenLayers.Layer.MapGuide = OpenLayers.Class(OpenLayers.Layer.Grid, {
tileColGroup += '0';
} else {
tileColGroup += Math.floor(Math.abs(newParams.tilecol/this.params.tileColumnsPerFolder)) * this.params.tileColumnsPerFolder;
}
}
var tilePath = '/S' + Math.floor(newParams.scaleindex)
+ '/' + this.params.basemaplayergroupname