Avoid stuck maps when resolving views from a GeoTIFF
This commit is contained in:
@@ -140,7 +140,8 @@ describe('ol/source/GeoTIFF', function () {
|
||||
expect(projection.getUnits()).to.be('degrees');
|
||||
expect(viewOptions.extent).to.eql([-180, -90, 180, 90]);
|
||||
expect(viewOptions.center).to.eql([0, 0]);
|
||||
expect(viewOptions.resolutions).to.eql([0.703125]);
|
||||
expect(viewOptions.resolutions).to.eql([1.40625, 0.703125]);
|
||||
expect(viewOptions.showFullExtent).to.be(true);
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user