harmonize padding
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ function refreshDatapoints(deveui, start, stop) {
|
|||||||
lcontrol = L.control.layers({}).addTo(map);
|
lcontrol = L.control.layers({}).addTo(map);
|
||||||
lcontrol.addOverlay(allmarkers, 'alle Positionen anzeigen');
|
lcontrol.addOverlay(allmarkers, 'alle Positionen anzeigen');
|
||||||
bounds = new L.LatLngBounds([[mydata['max_lat'], mydata['max_lon']], [mydata['min_lat'], mydata['min_lon']]]);
|
bounds = new L.LatLngBounds([[mydata['max_lat'], mydata['max_lon']], [mydata['min_lat'], mydata['min_lon']]]);
|
||||||
map.fitBounds(bounds, { padding: [15, 15] });
|
map.fitBounds(bounds, { padding: [20, 20] });
|
||||||
marker.bindPopup(myhtml).openPopup();
|
marker.bindPopup(myhtml).openPopup();
|
||||||
} else {
|
} else {
|
||||||
$('#map').hide();
|
$('#map').hide();
|
||||||
|
|||||||
Reference in New Issue
Block a user