forked from organicmaps/organicmaps
[search] Fixed mwm id bug.
This commit is contained in:
parent
6424fcedc8
commit
37db9f74ae
1 changed files with 1 additions and 1 deletions
|
@ -927,7 +927,7 @@ void Geocoder::MatchCities()
|
|||
if (AllTokensUsed())
|
||||
{
|
||||
// City matches to search query.
|
||||
m_results->emplace_back(m_worldId, city.m_featureId);
|
||||
m_results->emplace_back(city.m_countryId, city.m_featureId);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue