handle combined turns at segregated roads

This commit is contained in:
Moritz Kobitzsch
2016-04-14 10:41:56 +02:00
committed by Patrick Niklaus
parent 3ac061c546
commit 754bc2d274
5 changed files with 577 additions and 10 deletions
+1
View File
@@ -132,6 +132,7 @@ class RouteAPI : public BaseAPI
guidance::trimShortSegments(steps, leg_geometry);
leg.steps = guidance::postProcess(std::move(steps));
leg.steps = guidance::collapseTurns(std::move(leg.steps));
leg.steps = guidance::assignRelativeLocations(std::move(leg.steps), leg_geometry,
phantoms.source_phantom,
phantoms.target_phantom);