Skip to content

Commit

Permalink
fix(frontend) : leaflet.locatecontrol version was too high
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Nov 26, 2024
1 parent 8ce12a0 commit 7923a63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/default_config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down
8 changes: 4 additions & 4 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7923a63

Please sign in to comment.