Revert "Simplify import path in examples"
This reverts commit 79c8afdba8.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import Map from 'ol/Map';
|
||||
import View from 'ol/View';
|
||||
import GeoJSON from 'ol/format/GeoJSON';
|
||||
import OSM from 'ol/source/OSM';
|
||||
import VectorTileSource from 'ol/source/VectorTile';
|
||||
import {Tile as TileLayer, VectorTile as VectorTileLayer} from 'ol/layer';
|
||||
import Projection from 'ol/proj/Projection';
|
||||
import Map from '../src/ol/Map.js';
|
||||
import View from '../src/ol/View.js';
|
||||
import GeoJSON from '../src/ol/format/GeoJSON.js';
|
||||
import OSM from '../src/ol/source/OSM.js';
|
||||
import VectorTileSource from '../src/ol/source/VectorTile.js';
|
||||
import {Tile as TileLayer, VectorTile as VectorTileLayer} from '../src/ol/layer.js';
|
||||
import Projection from '../src/ol/proj/Projection.js';
|
||||
|
||||
|
||||
const replacer = function(key, value) {
|
||||
|
||||
Reference in New Issue
Block a user