From abb9c1b7245ad9695144a64b03c07b3ef1f704a4 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Thu, 2 Jan 2025 23:53:39 -0600 Subject: [PATCH] Increase max tileLayer zoom past 19 default --- map.html | 1 + 1 file changed, 1 insertion(+) diff --git a/map.html b/map.html index b47a315..b9d6de5 100644 --- a/map.html +++ b/map.html @@ -78,6 +78,7 @@ L.tileLayer('./satellite/{z}/{x}/{y}.jpg', { minNativeZoom: 12, maxNativeZoom: 20, + maxZoom: 21, bounds: [ [47.517085, -93.427584], [47.457925, -93.340026],