From 3c6582b7d781dc946a211c1665f26bda340380b9 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 23 Mar 2024 16:18:39 +1300 Subject: [PATCH] increase max zoom level to be able to see close together neighbour lines --- src/public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/index.html b/src/public/index.html index 6ec722e..ab0b975 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -1179,6 +1179,7 @@ map.attributionControl.setPrefix(''); var openStreetMap = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + maxZoom: 22, // increase from 18 to 22 attribution: '© OpenStreetMap | Data from Meshtastic', }).addTo(map);