From 0497225d5dd0f3e9bb0597313e67f7375a456988 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 27 Jun 2019 17:00:13 +0200 Subject: [PATCH] Fix wrong import in tutorial --- doc/tutorials/concepts.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/concepts.hbs b/doc/tutorials/concepts.hbs index ba93365e39..ffb5f17652 100644 --- a/doc/tutorials/concepts.hbs +++ b/doc/tutorials/concepts.hbs @@ -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: [