Add react-google-maps for creating a result heatmap
Showing
- package-lock.json 84 additions, 12 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/client/components/map/GMap.js 21 additions, 0 deletionssrc/client/components/map/GMap.js
- src/client/containers/MapApp.js 30 additions, 10 deletionssrc/client/containers/MapApp.js
- src/client/reducers/options.js 2 additions, 0 deletionssrc/client/reducers/options.js
... | @@ -72,6 +72,7 @@ | ... | @@ -72,6 +72,7 @@ |
"react-data-grid": "^4.0.8", | "react-data-grid": "^4.0.8", | ||
"react-data-grid-addons": "^4.0.8", | "react-data-grid-addons": "^4.0.8", | ||
"react-dom": "^16.4.2", | "react-dom": "^16.4.2", | ||
"react-google-maps": "^9.4.5", | |||
"react-leaflet": "^1.9.1", | "react-leaflet": "^1.9.1", | ||
"react-leaflet-control": "^1.4.1", | "react-leaflet-control": "^1.4.1", | ||
"react-leaflet-fullscreen": "0.0.6", | "react-leaflet-fullscreen": "0.0.6", | ||
... | ... |
src/client/components/map/GMap.js
0 → 100644
Please register or sign in to comment