forked from organicmaps/organicmaps
Unblocked intermediate points for bikes and pedestrians
This commit is contained in:
parent
020f362572
commit
402be49ff0
1 changed files with 0 additions and 4 deletions
|
@ -564,10 +564,6 @@ bool RoutingManager::CouldAddIntermediatePoint() const
|
|||
if (!IsRoutingActive())
|
||||
return false;
|
||||
|
||||
// Now only car routing supports intermediate points.
|
||||
if (m_currentRouterType != RouterType::Vehicle)
|
||||
return false;
|
||||
|
||||
auto const & controller = m_bmManager->GetUserMarksController(UserMarkType::ROUTING_MARK);
|
||||
return controller.GetUserMarkCount() <
|
||||
static_cast<size_t>(RoutePointsLayout::kMaxIntermediatePointsCount + 2);
|
||||
|
|
Loading…
Add table
Reference in a new issue