From c173e3a974dfd75eb7b118ea5d5a4723b7d6af08 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sat, 29 Oct 2022 21:10:34 +0200 Subject: [PATCH] Adjust map --- templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 1441971..952401c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -42,7 +42,8 @@ var center = L.latLng(50.05635, 7.12507); var map = L.map('map', { center: center, - zoom: 18, + zoom: 17, + scrollWheelZoom: false, }); L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {