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
-1
View File
@@ -177,7 +177,6 @@ class RouteAPI : public BaseAPI
leg.steps = guidance::anticipateLaneChange(std::move(leg.steps));
leg.steps = guidance::buildIntersections(std::move(leg.steps));
leg.steps = guidance::suppressShortNameSegments(std::move(leg.steps));
leg.steps = guidance::suppressSegregated(std::move(leg.steps));
leg.steps = guidance::assignRelativeLocations(std::move(leg.steps),
leg_geometry,
phantoms.source_phantom,