Commits on Source (10)
-
L4929 authoredb35e47d1
-
Taneli Riihimäki authoredce45d10b
-
Taneli Riihimäki authored3463063f
-
Taneli Riihimäki authoredf5199bb6
-
L4929 authored7dad7bae
-
L4929 authored
Merge branch 'drawing-functions' of gitlab.labranet.jamk.fi:wimma-lab-2019/overflow/ehesa-frontend into drawing-functions
09370453 -
L4929 authored7cb10e1e
-
L4929 authoredb05d7a76
-
M3034 authored
# Conflicts: # package.json # src/App.js # src/components/UserMap.js
bcf6681a
Showing
- package-lock.json 29 additions, 13 deletionspackage-lock.json
- package.json 5 additions, 1 deletionpackage.json
- src/App.css 4 additions, 3 deletionssrc/App.css
- src/App.js 4 additions, 0 deletionssrc/App.js
- src/App_3.js 367 additions, 0 deletionssrc/App_3.js
- src/components/DrawTools.js 63 additions, 0 deletionssrc/components/DrawTools.js
- src/components/UserMap.js 25 additions, 18 deletionssrc/components/UserMap.js
... | ... | @@ -3,13 +3,17 @@ |
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@babel/runtime": "7.4.5", | ||
"leaflet": "^1.5.1", | ||
"leaflet-draw": "^1.0.4", | ||
"react": "^16.8.6", | ||
"react-cookie": "^4.0.0", | ||
"react-dom": "^16.8.6", | ||
"react-leaflet": "^2.3.0", | ||
"react-scripts": "3.0.1", | ||
"react-leaflet-draw": "0.19.0", | ||
"universal-cookie": "^4.0.0" | ||
"react-scripts": "3.0.1" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
... | ... |
src/App_3.js
0 → 100644
src/components/DrawTools.js
0 → 100644