From fae7812bd3df9931e27703b3db95f86fdc3ba06d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 14 Aug 2017 15:13:28 -0400 Subject: [PATCH] Proper case --- src/en/examples/vector/drag-n-drop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/examples/vector/drag-n-drop.js b/src/en/examples/vector/drag-n-drop.js index 653aca51..8637df44 100644 --- a/src/en/examples/vector/drag-n-drop.js +++ b/src/en/examples/vector/drag-n-drop.js @@ -1,6 +1,6 @@ import 'ol/ol.css'; //! [import] -import DragDrop from 'ol/interaction/DragAndDrop'; +import DragDrop from 'ol/interaction/draganddrop'; //! [import] import GeoJSON from 'ol/format/geojson'; import Map from 'ol/map';