increase max zoom level to be able to see close together neighbour lines
This commit is contained in:
parent
e787cafb26
commit
3c6582b7d7
1 changed files with 1 additions and 0 deletions
|
|
@ -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: '© <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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue