Merge pull request #9724 from fredj/fix_import_in_tutorial

Fix wrong import in tutorial
This commit is contained in:
Frédéric Junod
2019-06-28 16:13:17 +02:00
committed by GitHub
+1 -1
View File
@@ -75,7 +75,7 @@ The above snippets can be combined into a single script that renders a map with
import Map from 'ol/Map'; import Map from 'ol/Map';
import View from 'ol/View'; import View from 'ol/View';
import OSM from 'ol/source/OSM'; import OSM from 'ol/source/OSM';
import TileLayer from 'ol/source/Tile'; import TileLayer from 'ol/layer/Tile';
new Map({ new Map({
layers: [ layers: [