forked from organicmaps/organicmaps
[search] Use smaller lookupRadiusM for postcodes builder.
This commit is contained in:
parent
25335d7a55
commit
26405492c9
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ void GetUKPostcodes(string const & filename, storage::CountryId const & countryI
|
|||
auto const p = MercatorBounds::FromLatLon(lat, lon);
|
||||
|
||||
vector<storage::CountryId> countries;
|
||||
infoGetter.GetRegionsCountryId(p, countries);
|
||||
infoGetter.GetRegionsCountryId(p, countries, 200.0 /* lookupRadiusM */);
|
||||
if (find(countries.begin(), countries.end(), countryId) == countries.end())
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue