Simplify import path in ol/interaction/

This commit is contained in:
Frederic Junod
2018-10-12 14:39:16 +02:00
parent 6a797e84ff
commit 6d608c361a
20 changed files with 26 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ import {boundingExtent, getArea} from '../extent.js';
import GeometryType from '../geom/GeometryType.js';
import Point from '../geom/Point.js';
import {fromExtent as polygonFromExtent} from '../geom/Polygon.js';
import PointerInteraction from '../interaction/Pointer.js';
import PointerInteraction from './Pointer.js';
import VectorLayer from '../layer/Vector.js';
import VectorSource from '../source/Vector.js';
import {createEditingStyle} from '../style/Style.js';