Skip to content
Snippets Groups Projects
Commit a6355195 authored by Rhys Evans's avatar Rhys Evans
Browse files

Further work, send help :(

parent 5e4c3119
No related branches found
No related tags found
1 merge request!30Resolve "As a user I would like to see a map of the landmarks, so that I can figure out where to go"
{"type":"module"}
\ No newline at end of file
import GeoJSON from '../nodeMods/node_modules/ol/format/GeoJSON.js';
import Map from '../nodeMods/node_modules/ol/Map.js';
import VectorLayer from '../nodeMods/node_modules/ol/source/Vector.js'
import VectorSource from '../nodeMods/node_modules/ol/source/Vector.js';
import View from '../nodeMods/node_modules/ol/View.js';
import {DragBox, Select} from '../nodeMods/node_modules/ol/interaction.js';
import {Fill, Stroke, Style} from '../nodeMods/node_modules/ol/style.js';
import {getWidth} from '../nodeMods/node_modules/ol/extent.js';
import {platformModifierKeyOnly} from '../nodeMods/node_modules/ol/events/condition.js';
import GeoJSON from '/nodeMods/node_modules/ol/format/GeoJSON.js';
import Map from '/nodeMods/node_modules/ol/Map.js';
import VectorLayer from '/nodeMods/node_modules/ol/source/Vector.js'
import VectorSource from '/nodeMods/node_modules/ol/source/Vector.js';
import View from '/nodeMods/node_modules/ol/View.js';
import {DragBox, Select} from '/nodeMods/node_modules/ol/interaction.js';
import {Fill, Stroke, Style} from '/nodeMods/node_modules/ol/style.js';
import {getWidth} from '/nodeMods/node_modules/ol/extent.js';
import {platformModifierKeyOnly} from '/nodeMods/node_modules/ol/events/condition.js';
// //Invesitgate created directories mnode module mapstest and extent.js
// import GeoJSON from '/node_modules/ol/format/GeoJSON.js';
// import Map from '/ol/Map.js';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment