mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-06-26 21:11:10 +02:00
Fix the net page as it was not showing the date information
This commit is contained in:
@@ -399,7 +399,7 @@ function ensureMapVisible(){
|
||||
if (group.getLayers().length > 0)
|
||||
map.fitBounds(group.getBounds(), {
|
||||
padding: [20, 20],
|
||||
maxZoom: 11 // ← minimum zoom level after fitting
|
||||
maxZoom: 11 //
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user