remove double zoom control

This commit is contained in:
Tykayn 2024-12-22 17:03:58 +01:00 committed by tykayn
parent 4fb15d6423
commit d1efdbd256

View File

@ -25,7 +25,7 @@ const tileServer_stamen = 'https://a.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png
// Initialisation de la carte avec la vue centrée sur la ville choisie
let map = L.map('map')
L.control.scale().addTo(map)
L.control.zoom().addTo(map)
//L.control.zoom().addTo(map)
/**
* filtres à toggle par des boutons dans la page