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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-05-26 16:04:39 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-05-26 16:04:39 +0300
commitb08abc396eddbf3ca23d37faf10b8a11cd4b2e9c (patch)
treeaa7f8e9bdc4aa225e2e405e9c77f2c9e757fabbc /routing
parent6d5b599cf0bfd263634e839b4f652a91523b44f3 (diff)
[bicycle routing] Changing bicycle routing settings.
Diffstat (limited to 'routing')
-rw-r--r--routing/routing_settings.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/routing/routing_settings.hpp b/routing/routing_settings.hpp
index 338d660ed2..fffe554a50 100644
--- a/routing/routing_settings.hpp
+++ b/routing/routing_settings.hpp
@@ -53,8 +53,8 @@ inline RoutingSettings GetCarRoutingSettings()
inline RoutingSettings GetBicycleRoutingSettings()
{
- return RoutingSettings({ false /* m_matchRoute */, false /* m_soundDirection */,
- 20. /* m_matchingThresholdM */, true /* m_keepPedestrianInfo */,
+ return RoutingSettings({ true /* m_matchRoute */, true /* m_soundDirection */,
+ 30. /* m_matchingThresholdM */, false /* m_keepPedestrianInfo */,
false /* m_showTurnAfterNext */, false /* m_speedCameraWarning*/});
}
} // namespace routing