improve layout

This commit is contained in:
2021-04-17 20:55:00 +02:00
parent ac79afe97a
commit 62c8dab465
4 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ function refreshDatapoints(deveui, start, stop) {
lcontrol = L.control.layers({}).addTo(map);
lcontrol.addOverlay(allmarkers, 'alle Positionen anzeigen');
bounds = new L.LatLngBounds([[mydata['max_lat'], mydata['max_lon']], [mydata['min_lat'], mydata['min_lon']]]);
map.fitBounds(bounds, { padding: [20, 20] });
map.fitBounds(bounds, { padding: [15, 15] });
} else {
$('#map').hide();
$('#datetimeslider').hide();