added .increaseByScale(1.15f) -> see #64

This commit is contained in:
y20k 2019-08-14 13:17:06 +02:00
parent 7402f872be
commit 488153f616
No known key found for this signature in database
GPG key ID: 824D4259F41FAFF6

View file

@ -201,7 +201,7 @@ public final class MapHelper implements TrackbookKeys {
final GeoPoint aGeoPoint = new GeoPoint(aWayPoint.getLocation());
geoPoints.add(aGeoPoint);
}
return BoundingBox.fromGeoPoints(geoPoints);
return BoundingBox.fromGeoPoints(geoPoints).increaseByScale(1.15f);
}