forked from organicmaps/organicmaps
[search] Set aroundPivot to true for ViewportIntersect mode only.
This commit is contained in:
parent
0df67950f0
commit
59de76a3f8
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ void Geocoder::GoImpl(vector<shared_ptr<MwmInfo>> const & infos, bool inViewport
|
|||
|
||||
if (m_params.IsCategorialRequest())
|
||||
{
|
||||
MatchCategories(ctx, mwmType.IsFirstBatchMwm(inViewport));
|
||||
MatchCategories(ctx, mwmType.m_viewportIntersect /* aroundPivot */);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue