diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-04 00:17:11 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-04 00:17:11 +0100 |
| commit | f94bb4470652d819df0821daf9446189e0790eb2 (patch) | |
| tree | 19e29df4c2c03d9bbed876e76423cb30ed973417 /package-lock.json | |
| parent | cf525fe1cc12d4355482a506fd59cdf506d4e5db (diff) | |
Add location button to map
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 5830dbc..f2da70b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "@fontsource-variable/outfit": "^5.2.5", "fuse.js": "^7.1.0", "leaflet": "^1.9.4", + "leaflet.locatecontrol": "^0.83.1", "leaflet.markercluster": "^1.5.3", "lucide-react": "^0.477.0", "react": "^19.0.0", @@ -2261,6 +2262,12 @@ "integrity": "sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==", "license": "BSD-2-Clause" }, + "node_modules/leaflet.locatecontrol": { + "version": "0.83.1", + "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.83.1.tgz", + "integrity": "sha512-oF5uey4GOpnw/ly379fV8JQJuUQes9eECaWo8voTIWLQERYPCudOgfUzFggUbq+kpCMNz7BxP/MsLbyf77QorA==", + "license": "MIT" + }, "node_modules/leaflet.markercluster": { "version": "1.5.3", "resolved": "https://registry.npmjs.org/leaflet.markercluster/-/leaflet.markercluster-1.5.3.tgz", |
