Simplify import path in ol/source/

This commit is contained in:
Frederic Junod
2018-10-12 14:38:03 +02:00
parent aaad5b4977
commit c12b41f8c6
25 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {createEmpty} from '../extent.js';
import {modulo} from '../math.js';
import {assign} from '../obj.js';
import {toSize, scale as scaleSize} from '../size.js';
import TileImage from '../source/TileImage.js';
import TileImage from './TileImage.js';
import {hash as tileCoordHash} from '../tilecoord.js';
import {appendParams} from '../uri.js';