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

@@ -10,7 +10,7 @@ import {listen} from '../events.js';
import EventType from '../events/EventType.js';
import {equivalent, get as getProjection} from '../proj.js';
import ReprojTile from '../reproj/Tile.js';
import UrlTile from '../source/UrlTile.js';
import UrlTile from './UrlTile.js';
import {getKey, getKeyZXY} from '../tilecoord.js';
import {getForProjection as getTileGridForProjection} from '../tilegrid.js';