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
+2 -1
View File
@@ -1,7 +1,8 @@
/**
* @module ol/source/Image
*/
import {ENABLE_RASTER_REPROJECTION, inherits} from '../index.js';
import {ENABLE_RASTER_REPROJECTION} from '../reproj/common.js';
import {inherits} from '../index.js';
import _ol_ImageState_ from '../ImageState.js';
import _ol_array_ from '../array.js';
import _ol_events_Event_ from '../events/Event.js';