purely cosmetic change
This commit is contained in:
@@ -463,8 +463,8 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
|
||||
}
|
||||
// to be able to correctly position the back buffer we
|
||||
// place the tiles grid at (0, 0) in the back buffer
|
||||
tile.style.left = (j * this.tileSize.w) + '%';
|
||||
tile.style.top = (i * this.tileSize.h) + '%';
|
||||
tile.style.left = (j * this.tileSize.w) + '%';
|
||||
backBuffer.appendChild(tile);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user