From ea3bfc8b8fed06fa632abc658f3a108ec23234c0 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Wed, 16 Jul 2025 18:47:17 -0700 Subject: [PATCH] Really increase maxzoom --- public/dashboard.html | 3 ++- public/index.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/dashboard.html b/public/dashboard.html index ab239a8..0c1ca12 100644 --- a/public/dashboard.html +++ b/public/dashboard.html @@ -451,7 +451,8 @@ map = L.map('map').setView([37.7749, -122.4194], 13); L.tileLayer('https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', { - attribution: '© OpenStreetMap contributors' + attribution: '© OpenStreetMap contributors', + maxZoom: 19 }).addTo(map); // Handle right-click context menu diff --git a/public/index.html b/public/index.html index 3a8a0e6..e4f7408 100644 --- a/public/index.html +++ b/public/index.html @@ -215,7 +215,8 @@ map = L.map('map').setView([37.7749, -122.4194], 13); L.tileLayer('https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', { - attribution: '© OpenStreetMap contributors' + attribution: '© OpenStreetMap contributors', + maxZoom: 19 }).addTo(map); checkAuth();