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

@@ -11,7 +11,7 @@ import {listen} from '../events.js';
import EventType from '../events/EventType.js';
import {buffer, createEmpty, createOrUpdateFromCoordinate} from '../extent.js';
import Point from '../geom/Point.js';
import VectorSource from '../source/Vector.js';
import VectorSource from './Vector.js';
/**
* @typedef {Object} Options