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 705f6e2 commit 108d3c4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import './style.css';
import {Map, View} from 'ol';
import TileLayer from 'ol/layer/Tile';
import OSM from 'ol/source/OSM';
// import {Map, View} from 'ol';
// import TileLayer from 'ol/layer/Tile';
// import OSM from 'ol/source/OSM';


// import Map from 'https://cdn.jsdelivr.net/npm/ol/Map.js';
// import View from 'https://cdn.jsdelivr.net/npm/ol/View.js';
// import TileLayer from 'https://cdn.jsdelivr.net/npm/ol/layer/Tile.js';
// import OSM from 'https://cdn.jsdelivr.net/npm/ol/source/OSM.js';
import Map from 'https://cdn.jsdelivr.net/npm/ol/Map.js';
import View from 'https://cdn.jsdelivr.net/npm/ol/View.js';
import TileLayer from 'https://cdn.jsdelivr.net/npm/ol/layer/Tile.js';
import OSM from 'https://cdn.jsdelivr.net/npm/ol/source/OSM.js';


const map = new Map({
Expand Down

0 comments on commit 108d3c4

Please sign in to comment.