Named exports from ol/proj
This commit is contained in:
committed by
Andreas Hocevar
parent
fab77e8d37
commit
6f72ffe498
@@ -3,7 +3,7 @@ import _ol_VectorImageTile_ from '../../../src/ol/VectorImageTile.js';
|
||||
import _ol_VectorTile_ from '../../../src/ol/VectorTile.js';
|
||||
import _ol_events_ from '../../../src/ol/events.js';
|
||||
import _ol_format_TextFeature_ from '../../../src/ol/format/TextFeature.js';
|
||||
import _ol_proj_ from '../../../src/ol/proj.js';
|
||||
import {get as getProjection} from '../../../src/ol/proj.js';
|
||||
import _ol_proj_Projection_ from '../../../src/ol/proj/Projection.js';
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ describe('ol.VectorTile', function() {
|
||||
expect(tile.getProjection().getUnits()).to.be('tile-pixels');
|
||||
done();
|
||||
});
|
||||
loader.call(tile, [], 1, _ol_proj_.get('EPSG:3857'));
|
||||
loader.call(tile, [], 1, getProjection('EPSG:3857'));
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user