increase max zoom level to be able to see close together neighbour lines

This commit is contained in:
liamcottle
2024-03-23 16:18:39 +13:00
parent e787cafb26
commit 3c6582b7d7

View File

@ -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: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> | Data from <a target="_blank" href="https://meshtastic.org/docs/software/integrations/mqtt/">Meshtastic</a>',
}).addTo(map);