added .increaseByScale(1.15f) -> see #64
This commit is contained in:
parent
7402f872be
commit
488153f616
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue