Don't import from 'functions' multiple times
This commit is contained in:
@@ -3,12 +3,11 @@
|
|||||||
*/
|
*/
|
||||||
import {ENABLE_RASTER_REPROJECTION} from '../../reproj/common.js';
|
import {ENABLE_RASTER_REPROJECTION} from '../../reproj/common.js';
|
||||||
import {inherits} from '../../index.js';
|
import {inherits} from '../../index.js';
|
||||||
import {UNDEFINED} from '../../functions.js';
|
import {TRUE, UNDEFINED} from '../../functions.js';
|
||||||
import LayerType from '../../LayerType.js';
|
import LayerType from '../../LayerType.js';
|
||||||
import ViewHint from '../../ViewHint.js';
|
import ViewHint from '../../ViewHint.js';
|
||||||
import {createCanvasContext2D} from '../../dom.js';
|
import {createCanvasContext2D} from '../../dom.js';
|
||||||
import {getIntersection, isEmpty} from '../../extent.js';
|
import {getIntersection, isEmpty} from '../../extent.js';
|
||||||
import {TRUE} from '../../functions.js';
|
|
||||||
import RendererType from '../Type.js';
|
import RendererType from '../Type.js';
|
||||||
import WebGLLayerRenderer from '../webgl/Layer.js';
|
import WebGLLayerRenderer from '../webgl/Layer.js';
|
||||||
import {
|
import {
|
||||||
|
|||||||
Reference in New Issue
Block a user