Re-export layer constructors from ol/layer

This commit is contained in:
Tim Schaub
2018-04-23 14:28:42 -06:00
parent 640f9a96c6
commit 910004b940
62 changed files with 73 additions and 122 deletions

View File

@@ -4,8 +4,7 @@ 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 TileLayer from '../src/ol/layer/Tile.js';
import VectorTileLayer from '../src/ol/layer/VectorTile.js';
import {Tile as TileLayer, VectorTile as VectorTileLayer} from '../src/ol/layer.js';
import Projection from '../src/ol/proj/Projection.js';