Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh167 committed Apr 11, 2024
1 parent 41a7a1c commit 0567d6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import './style.css';
import {Map, View} from 'ol';
// import {Map, View} from 'ol';
import Map from 'ol/Map';
import View from 'ol/View';
import TileLayer from 'ol/layer/Tile';
import OSM from 'ol/source/OSM';

Expand Down

0 comments on commit 0567d6e

Please sign in to comment.