Revert suppressSegregated routing.

This commit is contained in:
vng
2017-10-26 17:55:41 +03:00
committed by Michael Krasnyk
parent 9eae1de9bc
commit 92c4a228e1
6 changed files with 2 additions and 65 deletions
@@ -140,8 +140,6 @@ void combineRouteSteps(RouteStep &step_at_turn_location,
// alias for suppressing a step, using CombineRouteStep with NoModificationStrategy only
void suppressStep(RouteStep &step_at_turn_location, RouteStep &step_after_turn_location);
std::vector<RouteStep> suppressSegregated(std::vector<RouteStep> steps);
} /* namespace guidance */
} /* namespace osrm */
} /* namespace osrm */
+1 -1
View File
@@ -165,7 +165,7 @@ inline RouteStep &RouteStep::ElongateBy(const RouteStep &following_step)
following_step.intersections.begin(),
following_step.intersections.end());
is_segregated = false;
/// @todo Process is_segregated flag
return *this;
}