Don't use deprecated Layer.Grid.getGridBounds function in tests
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
layer.grid = [ [6, tr],
|
layer.grid = [ [6, tr],
|
||||||
[bl, 7]];
|
[bl, 7]];
|
||||||
|
|
||||||
var bounds = layer.getGridBounds();
|
var bounds = layer.getTilesBounds();
|
||||||
|
|
||||||
var testBounds = new OpenLayers.Bounds(1,2,3,4);
|
var testBounds = new OpenLayers.Bounds(1,2,3,4);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user