diff --git a/map/framework.cpp b/map/framework.cpp index f37dd230b7..d38ce54c75 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -1292,7 +1292,7 @@ void Framework::CreateDrapeEngine(ref_ptr contextFactory, if (m_routingSession.IsActive()) { InsertRoute(m_routingSession.GetRoute()); - if (allow3d) + if (allow3d && m_routingSession.IsFollowing()) m_drapeEngine->EnablePerspective(kRotationAngle, kAngleFOV); } }