Added openlayers leaflet map

This commit is contained in:
2023-08-30 15:51:56 -04:00
parent 02c892a889
commit ac0ecdff5e
10 changed files with 1150 additions and 529 deletions

View File

@@ -14,13 +14,16 @@
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"axios": "^1.4.0",
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"leaflet": "^1.9.4",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"recoil": "^0.7.7",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/leaflet": "^1.9.3",
"@types/node": "20.4.5",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",