forked from organicmaps/organicmaps
Added maneuvers displaying for bicycle routing
This commit is contained in:
parent
ab37ccd357
commit
dfcd87e35a
1 changed files with 1 additions and 1 deletions
|
@ -2352,7 +2352,7 @@ void Framework::InsertRoute(Route const & route)
|
|||
}
|
||||
|
||||
vector<double> turns;
|
||||
if (m_currentRouterType == RouterType::Vehicle)
|
||||
if (m_currentRouterType == RouterType::Vehicle || m_currentRouterType == RouterType::Bicycle)
|
||||
route.GetTurnsDistances(turns);
|
||||
|
||||
df::ColorConstant routeColor = df::Route;
|
||||
|
|
Loading…
Add table
Reference in a new issue