mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
remove double zoom control
This commit is contained in:
parent
4fb15d6423
commit
d1efdbd256
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue