From 7923a6333f835f88e4e3444b5a11370d8ef9fe5b Mon Sep 17 00:00:00 2001 From: jacquesfize Date: Tue, 26 Nov 2024 09:32:06 +0100 Subject: [PATCH] fix(frontend) : leaflet.locatecontrol version was too high --- config/default_config.toml.example | 2 +- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/default_config.toml.example b/config/default_config.toml.example index 012c784109..38a7201552 100644 --- a/config/default_config.toml.example +++ b/config/default_config.toml.example @@ -166,7 +166,7 @@ MEDIA_CLEAN_CRONTAB = "0 1 * * *" ZOOM_ON_CLICK = 16 # activation d'un boutton de géolocalisation sur la carte - GEOLOCATION = true + GEOLOCATION = false # Restreindre la recherche OpenStreetMap (sur la carte dans l'encart "Rechercher un lieu") # à certains pays. Les pays doivent être au format ISO_3166-1 : diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fad16e5a17..256e131d93 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -45,7 +45,7 @@ "leaflet": "~1.9.4", "leaflet-draw": "^1.0.4", "leaflet-image": "^0.4.0", - "leaflet.locatecontrol": "^0.82.0", + "leaflet.locatecontrol": "^0.79.0", "leaflet.markercluster": "^1.5.3", "lodash": "^4.17.21", "material-design-icons": "^3.0.1", @@ -11238,9 +11238,9 @@ } }, "node_modules/leaflet.locatecontrol": { - "version": "0.82.0", - "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.82.0.tgz", - "integrity": "sha512-+lvtZ7tfqgWoUvTYRqDggw50HUZJGvaSgSU5JYvl5H4WtlnHek2R0TsL0EqROhT3igPFwYVV87bFT/ps1SqyGA==", + "version": "0.79.0", + "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.79.0.tgz", + "integrity": "sha512-h64QIHFkypYdr90lkSfjKvPvvk8/b8UnP3m9WuoWdp5p2AaCWC0T1NVwyuj4rd5U4fBW3tQt4ppmZ2LceHMIDg==", "license": "MIT" }, "node_modules/leaflet.markercluster": { diff --git a/frontend/package.json b/frontend/package.json index ba3e4df808..829c0db1f1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -50,7 +50,7 @@ "leaflet": "~1.9.4", "leaflet-draw": "^1.0.4", "leaflet-image": "^0.4.0", - "leaflet.locatecontrol": "^0.82.0", + "leaflet.locatecontrol": "^0.79.0", "leaflet.markercluster": "^1.5.3", "lodash": "^4.17.21", "material-design-icons": "^3.0.1",