POI hinzufügen Formular Elemente anordnen

This commit is contained in:
ISA
2024-05-17 10:38:55 +02:00
parent f2ecbc522b
commit 91197bf86c
12 changed files with 141 additions and 66 deletions

8
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "OpenStreetMapProject-08.05.2024",
"name": "nodeMap",
"lockfileVersion": 3,
"requires": true,
"packages": {
@@ -10,6 +10,7 @@
"leaflet": "^1.9.4",
"leaflet-contextmenu": "^1.4.0",
"leaflet.smooth_marker_bouncing": "^3.0.3",
"lodash": "^4.17.21",
"mysql": "^2.18.1",
"next": "^14.2.3",
"overlapping-marker-spiderfier-leaflet": "^0.2.7",
@@ -1109,6 +1110,11 @@
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
"dev": true
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"node_modules/loose-envify": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",