chore(package): update dependencies

https://greenkeeper.io/
This commit is contained in:
greenkeeper[bot]
2017-01-31 13:53:48 +00:00
committed by Frederic Junod
parent f0457bf075
commit 7a9c799c8f
2 changed files with 9 additions and 9 deletions

View File

@@ -147,7 +147,7 @@ describe('ol.source.TileImage', function() {
var source = createSource();
source.setTileGridForProjection(proj,
ol.tilegrid.createXYZ({
extent: [-180, -90, 180, 90],
extent: [-180, -89.99, 180, 89.99],
tileSize: [2, 2]
}));
var tile = source.getTile(0, 0, -1, 1, proj);