Revert "Simplify import path in examples"
This reverts commit 79c8afdba8.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import Map from 'ol/Map';
|
||||
import View from 'ol/View';
|
||||
import {getWidth, getTopLeft} from 'ol/extent';
|
||||
import TileLayer from 'ol/layer/Tile';
|
||||
import {get as getProjection} from 'ol/proj';
|
||||
import OSM from 'ol/source/OSM';
|
||||
import WMTS from 'ol/source/WMTS';
|
||||
import WMTSTileGrid from 'ol/tilegrid/WMTS';
|
||||
import Map from '../src/ol/Map.js';
|
||||
import View from '../src/ol/View.js';
|
||||
import {getWidth, getTopLeft} from '../src/ol/extent.js';
|
||||
import TileLayer from '../src/ol/layer/Tile.js';
|
||||
import {get as getProjection} from '../src/ol/proj.js';
|
||||
import OSM from '../src/ol/source/OSM.js';
|
||||
import WMTS from '../src/ol/source/WMTS.js';
|
||||
import WMTSTileGrid from '../src/ol/tilegrid/WMTS.js';
|
||||
|
||||
|
||||
// create the WMTS tile grid in the google projection
|
||||
|
||||
Reference in New Issue
Block a user