Revert "Simplify import path in examples"

This reverts commit 79c8afdba8.
This commit is contained in:
Frederic Junod
2018-11-27 16:49:55 +01:00
parent eaa29b2e63
commit 4a3f70c09b
165 changed files with 990 additions and 990 deletions
+7 -7
View File
@@ -1,10 +1,10 @@
import Feature from 'ol/Feature';
import Map from 'ol/Map';
import View from 'ol/View';
import {circular as circularPolygon} from 'ol/geom/Polygon';
import {Tile as TileLayer, Vector as VectorLayer} from 'ol/layer';
import TileWMS from 'ol/source/TileWMS';
import VectorSource from 'ol/source/Vector';
import Feature from '../src/ol/Feature.js';
import Map from '../src/ol/Map.js';
import View from '../src/ol/View.js';
import {circular as circularPolygon} from '../src/ol/geom/Polygon.js';
import {Tile as TileLayer, Vector as VectorLayer} from '../src/ol/layer.js';
import TileWMS from '../src/ol/source/TileWMS.js';
import VectorSource from '../src/ol/source/Vector.js';
const vectorLayer4326 = new VectorLayer({
source: new VectorSource()