remove deprecated imageSmoothing
This commit is contained in:
@@ -240,11 +240,6 @@ describe('ol/source/WMTS', function () {
|
||||
const source = new WMTS({interpolate: false});
|
||||
expect(source.getInterpolate()).to.be(false);
|
||||
});
|
||||
|
||||
it('is false if constructed with imageSmoothing: false', function () {
|
||||
const source = new WMTS({imageSmoothing: false});
|
||||
expect(source.getInterpolate()).to.be(false);
|
||||
});
|
||||
});
|
||||
|
||||
describe('when creating tileUrlFunction', function () {
|
||||
|
||||
Reference in New Issue
Block a user