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);