From d1efdbd2567478a40ccc3261890c34d2edb04b67 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Sun, 22 Dec 2024 17:03:58 +0100 Subject: [PATCH] remove double zoom control --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 0d98f60..89b73b3 100644 --- a/js/main.js +++ b/js/main.js @@ -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