Simplify import path in ol/layer/

This commit is contained in:
Frederic Junod
2018-10-12 14:38:35 +02:00
parent c12b41f8c6
commit 6a797e84ff
8 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
* @module ol/layer/Vector
*/
import LayerType from '../LayerType.js';
import Layer from '../layer/Layer.js';
import VectorRenderType from '../layer/VectorRenderType.js';
import Layer from './Layer.js';
import VectorRenderType from './VectorRenderType.js';
import {assign} from '../obj.js';
import {createDefaultStyle, toFunction as toStyleFunction} from '../style/Style.js';