Simplify import path in ol/format/

This commit is contained in:
Frederic Junod
2018-10-12 14:46:10 +02:00
parent 43def3194f
commit 711afac80f
41 changed files with 87 additions and 87 deletions

View File

@@ -1,7 +1,7 @@
/**
* @module ol/format/GML
*/
import GML3 from '../format/GML3.js';
import GML3 from './GML3.js';
/**
* @classdesc