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:
authorAlex Zolotarev <alex@mapswithme.com>2014-11-26 04:33:34 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:35:42 +0300
commitdee1fe5294b910f2298889e5fea84b965eeb522f (patch)
tree2a1a2cc17ee574c4cfac2f3388aedf9e612317c8 /map/location_state.cpp
parentf16fefdfeefeb2975191c7f393909d2b8540905c (diff)
Changed default navigation zoom level to 15 for more comfortable car usage
Diffstat (limited to 'map/location_state.cpp')
-rw-r--r--map/location_state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/location_state.cpp b/map/location_state.cpp
index dfe8186d5d..b50e49e259 100644
--- a/map/location_state.cpp
+++ b/map/location_state.cpp
@@ -366,7 +366,7 @@ void State::StartRouteFollow()
m2::PointD const size(m_errorRadius, m_errorRadius);
m_framework->ShowRectExVisibleScale(m2::RectD(m_position - size, m_position + size),
- scales::GetUpperComfortScale());
+ scales::GetNavigationScale());
SetModeInfo(ChangeMode(m_modeInfo, NotFollow));
SetModeInfo(ChangeMode(m_modeInfo, IsRotationActive() ? RotateAndFollow : Follow));