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 Map from 'ol/Map';
import View from 'ol/View';
import TopoJSON from 'ol/format/TopoJSON';
import {Tile as TileLayer, Vector as VectorLayer} from 'ol/layer';
import TileJSON from 'ol/source/TileJSON';
import VectorSource from 'ol/source/Vector';
import {Fill, Stroke, Style} from 'ol/style';
import Map from '../src/ol/Map.js';
import View from '../src/ol/View.js';
import TopoJSON from '../src/ol/format/TopoJSON.js';
import {Tile as TileLayer, Vector as VectorLayer} from '../src/ol/layer.js';
import TileJSON from '../src/ol/source/TileJSON.js';
import VectorSource from '../src/ol/source/Vector.js';
import {Fill, Stroke, Style} from '../src/ol/style.js';
const raster = new TileLayer({