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
+2 -2
View File
@@ -2,8 +2,8 @@
* @module ol/format/WMSGetFeatureInfo
*/
import {extend, includes} from '../array.js';
import GML2 from '../format/GML2.js';
import XMLFeature from '../format/XMLFeature.js';
import GML2 from './GML2.js';
import XMLFeature from './XMLFeature.js';
import {assign} from '../obj.js';
import {makeArrayPusher, makeStructureNS, pushParseAndPop} from '../xml.js';