forked from organicmaps/organicmaps
[search] Avoid double pois search for mwm with matched cities: we should run LimitedSearch from MatchRegions, not from MatchAroundPivot.
This commit is contained in:
parent
341abdc9f2
commit
8f45654b5c
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ void Geocoder::GoImpl(vector<shared_ptr<MwmInfo>> const & infos, bool inViewport
|
|||
auto const mwmType = m_context->GetType();
|
||||
CHECK(mwmType, ());
|
||||
if (mwmType->m_viewportIntersected || mwmType->m_containsUserPosition ||
|
||||
m_preRanker.NumSentResults() == 0)
|
||||
m_preRanker.Size() == 0)
|
||||
{
|
||||
MatchAroundPivot(ctx);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue