Fix wrong import in tutorial

This commit is contained in:
Frederic Junod
2019-06-27 17:00:13 +02:00
parent a4b76b2a00
commit 0497225d5d

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 View from 'ol/View';
import OSM from 'ol/source/OSM';
import TileLayer from 'ol/source/Tile';
import TileLayer from 'ol/layer/Tile';
new Map({
layers: [