From 3c0b4553412fc698d872ec98f42b237a21af34d8 Mon Sep 17 00:00:00 2001
From: TheGreyDiamond <32875212+TheGreyDiamond@users.noreply.github.com>
Date: Sun, 11 Jul 2021 21:47:32 +0200
Subject: [PATCH] Update map.html
---
templates/map.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/map.html b/templates/map.html
index d4e40e8..447eaad 100644
--- a/templates/map.html
+++ b/templates/map.html
@@ -85,8 +85,8 @@ L.tileLayer(
{
attribution:
'Map data © OpenStreetMap contributors, Imagery © Mapbox',
- maxZoom: 3,
- minZoom: 100,
+ maxZoom: 100,
+ minZoom: 2,
id: "mapbox/streets-v11",
tileSize: 512,
zoomOffset: -1,