Make classes in ol/ available as named exports from ol
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @module ol/renderer/canvas/ImageLayer
|
||||
*/
|
||||
import {ENABLE_RASTER_REPROJECTION} from '../../reproj/common.js';
|
||||
import {inherits} from '../../index.js';
|
||||
import {inherits} from '../../util.js';
|
||||
import ImageCanvas from '../../ImageCanvas.js';
|
||||
import LayerType from '../../LayerType.js';
|
||||
import ViewHint from '../../ViewHint.js';
|
||||
|
||||
Reference in New Issue
Block a user