standard log dist intervals also for online search

This commit is contained in:
sonora 2013-07-02 00:22:32 +02:00
parent 604e8ed44e
commit 494fded504

View file

@ -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;
}