standard log dist intervals also for online search
This commit is contained in:
parent
604e8ed44e
commit
494fded504
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class NameFinderPoiFilter extends PoiFilter {
|
|||
public NameFinderPoiFilter(ClientContext application) {
|
||||
super(null, application);
|
||||
this.name = application.getString(R.string.poi_filter_nominatim); //$NON-NLS-1$
|
||||
this.distanceToSearchValues = new double[] {1, 2, 5, 10, 20, 30, 100, 250 };
|
||||
this.distanceToSearchValues = new double[] {1, 2, 5, 10, 20, 50, 100, 200, 500 };
|
||||
this.filterId = FILTER_ID;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue