Move ENABLE_RASTER_REPROJECTION to a temporary place

This commit is contained in:
Tim Schaub
2017-12-12 17:30:59 -07:00
parent ee5507cae8
commit f403a06967
6 changed files with 15 additions and 12 deletions

View File

@@ -1,7 +1,8 @@
/**
* @module ol/renderer/canvas/ImageLayer
*/
import {ENABLE_RASTER_REPROJECTION, inherits} from '../../index.js';
import {ENABLE_RASTER_REPROJECTION} from '../../reproj/common.js';
import {inherits} from '../../index.js';
import _ol_ImageCanvas_ from '../../ImageCanvas.js';
import _ol_LayerType_ from '../../LayerType.js';
import _ol_ViewHint_ from '../../ViewHint.js';