fix more tabs

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1214 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-15 12:46:45 +00:00
parent dccfe5c4aa
commit 8ab6715f83

View File

@@ -75,10 +75,10 @@ OpenLayers.Layer.WorldWind.prototype =
var x = Math.floor((bounds.left - extent.left)/deg);
var y = Math.floor((bounds.bottom - extent.bottom)/deg);
return this.getFullRequestString(
{ L: zoom,
X: x,
Y: y
});
{ L: zoom,
X: x,
Y: y
});
},