forked from organicmaps/organicmaps
Fixed showing discovery object
This commit is contained in:
parent
8a55eacd35
commit
efe96fd460
1 changed files with 2 additions and 0 deletions
|
@ -996,6 +996,8 @@ void Framework::ShowTrack(Track const & track)
|
|||
|
||||
void Framework::ShowFeatureByMercator(m2::PointD const & pt)
|
||||
{
|
||||
StopLocationFollow();
|
||||
|
||||
if (m_drapeEngine != nullptr)
|
||||
{
|
||||
m_drapeEngine->SetModelViewCenter(pt, scales::GetUpperComfortScale(), true /* isAnim */,
|
||||
|
|
Loading…
Add table
Reference in a new issue