don't assign exit in arrive when ending in roundabout
This commit is contained in:
@@ -29,6 +29,7 @@ inline void print(const engine::guidance::RouteStep &step)
|
||||
<< " "
|
||||
<< " Duration: " << step.duration << " Distance: " << step.distance
|
||||
<< " Geometry: " << step.geometry_begin << " " << step.geometry_end
|
||||
<< " Exit: " << step.maneuver.exit
|
||||
<< "\n\tIntersections: " << step.intersections.size() << " [";
|
||||
|
||||
for (const auto &intersection : step.intersections)
|
||||
|
||||
Reference in New Issue
Block a user