remove the zoom control to make space for the search bar

This commit is contained in:
Laura Klünder 2017-10-25 12:31:18 +02:00
parent 48fb0e4555
commit d4bae53fe1

View file

@ -20,6 +20,7 @@ c3nav = {
crs: L.CRS.Simple,
maxBounds: c3nav.bounds,
closePopupOnClick: false,
zoomControl: false
});
c3nav.map.fitBounds(c3nav.bounds, {padding: [30, 50]});