Simplify import path in ol/reproj/

This commit is contained in:
Frederic Junod
2018-10-12 14:53:45 +02:00
parent 3cf4dbfcc6
commit 71ac0b18a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import EventType from '../events/EventType.js';
import {getArea, getCenter, getIntersection} from '../extent.js';
import {clamp} from '../math.js';
import {calculateSourceResolution, render as renderReprojected} from '../reproj.js';
import Triangulation from '../reproj/Triangulation.js';
import Triangulation from './Triangulation.js';
/**