mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
Changed zoom factor on maps
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
bounds.extend(point);
|
||||
});
|
||||
|
||||
map.fitBounds(bounds.pad(0.1), { maxZoom: 15 });
|
||||
map.fitBounds(bounds.pad(0.1), { maxZoom: 10 });
|
||||
}
|
||||
}, 200); // Slightly longer delay to ensure all elements are fully loaded
|
||||
|
||||
|
||||
Reference in New Issue
Block a user