[search] Use smaller lookupRadiusM for postcodes builder.

This commit is contained in:
tatiana-yan 2019-10-28 18:10:37 +03:00 committed by gmoryes
parent 25335d7a55
commit 26405492c9

View file

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