use enter + exit for roundabout instructions

This commit is contained in:
Moritz Kobitzsch
2017-07-28 14:38:23 +02:00
committed by Daniel Patterson
parent f4dc93ae66
commit 28ddd983b3
20 changed files with 630 additions and 1165 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ namespace guidance
// passed as none-reference to modify in-place and move out again
OSRM_ATTR_WARN_UNUSED
std::vector<RouteStep> postProcess(std::vector<RouteStep> steps);
std::vector<RouteStep> handleRoundabouts(std::vector<RouteStep> steps);
// trim initial/final segment of very short length.
// This function uses in/out parameter passing to modify both steps and geometry in place.