test APPROACH_POI_LIMIT = 1 for #2606
This commit is contained in:
parent
f830cb50c5
commit
0deade2032
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class WaypointHelper {
|
||||||
private static final int ALARMS_ANNOUNCE_RADIUS = 150;
|
private static final int ALARMS_ANNOUNCE_RADIUS = 150;
|
||||||
|
|
||||||
// don't annoy users by lots of announcements
|
// don't annoy users by lots of announcements
|
||||||
private static final int APPROACH_POI_LIMIT = 3;
|
private static final int APPROACH_POI_LIMIT = 1;
|
||||||
private static final int ANNOUNCE_POI_LIMIT = 3;
|
private static final int ANNOUNCE_POI_LIMIT = 3;
|
||||||
|
|
||||||
OsmandApplication app;
|
OsmandApplication app;
|
||||||
|
|
Loading…
Reference in a new issue