From 68c363f00e3a2d8e14076c9b6a96325c5f1658ef Mon Sep 17 00:00:00 2001 From: kprftw Date: Thu, 5 Sep 2024 20:45:57 -0600 Subject: [PATCH] maxZoom reduced --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 883e78f..c9aa734 100644 --- a/templates/index.html +++ b/templates/index.html @@ -44,7 +44,7 @@ attribution: '© OpenStreetMap contributors', detectRetina: true, tileSize: 256, - maxZoom: 21, + maxZoom: 20, maxNativeZoom: 18, //zoomOffset: 1, }).addTo(map);