Simplify import path in ol/geom/

This commit is contained in:
Frederic Junod
2018-10-12 14:42:12 +02:00
parent 53c2be0c7a
commit caf11a71f2
15 changed files with 80 additions and 80 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/**
* @module ol/geom/flat/orient
*/
import {coordinates as reverseCoordinates} from '../flat/reverse.js';
import {coordinates as reverseCoordinates} from './reverse.js';
/**