Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-09-11 12:41:49 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:04:22 +0300
commitae5d557becae217f3c1ef35116928d9785d69be7 (patch)
treeb09783468f798609da81dbfbdde0879d187196a5 /map/framework.cpp
parentaef75ebb1df691823a585dfd8172157cd5ddf8a4 (diff)
Start navigation from 18 zoom level
Diffstat (limited to 'map/framework.cpp')
-rw-r--r--map/framework.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 7575d2314d..426416a02c 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -2217,7 +2217,7 @@ void Framework::RemoveRoute()
void Framework::FollowRoute()
{
int const scale = (m_currentRouterType == RouterType::Pedestrian) ?
- scales::GetUpperComfortScale() :
+ scales::GetPedestrianNavigationScale() :
scales::GetNavigationScale();
GetLocationState()->StartRouteFollow(scale);