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

View File

@@ -7,7 +7,7 @@ import TileState from '../TileState.js';
import Event from '../events/Event.js';
import {equivalent} from '../proj.js';
import {toSize, scale as scaleSize} from '../size.js';
import Source from '../source/Source.js';
import Source from './Source.js';
import {getKeyZXY, withinExtentAndZ} from '../tilecoord.js';
import {wrapX, getForProjection as getTileGridForProjection} from '../tilegrid.js';