Merge pull request #6424 from openlayers/greenkeeper/initial

Update dependencies to enable Greenkeeper 🌴
This commit is contained in:
Frédéric Junod
2017-02-01 09:18:29 +01:00
committed by GitHub
3 changed files with 10 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);