Replace tabs with spaces where appropriate.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user