fix more tabs
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1214 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -75,10 +75,10 @@ OpenLayers.Layer.WorldWind.prototype =
|
|||||||
var x = Math.floor((bounds.left - extent.left)/deg);
|
var x = Math.floor((bounds.left - extent.left)/deg);
|
||||||
var y = Math.floor((bounds.bottom - extent.bottom)/deg);
|
var y = Math.floor((bounds.bottom - extent.bottom)/deg);
|
||||||
return this.getFullRequestString(
|
return this.getFullRequestString(
|
||||||
{ L: zoom,
|
{ L: zoom,
|
||||||
X: x,
|
X: x,
|
||||||
Y: y
|
Y: y
|
||||||
});
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user