emit exit roundabout on turns only when mode changes

This commit is contained in:
Moritz Kobitzsch
2017-08-02 12:00:03 +02:00
committed by Daniel Patterson
parent 8319a96aed
commit 8ec3c83d82
12 changed files with 179 additions and 268 deletions
+1 -2
View File
@@ -168,8 +168,7 @@ class RouteAPI : public BaseAPI
*
* ⚠ CAUTION: order of post-processing steps is important
* - handleRoundabouts must be called before collapseTurnInstructions that
*expects
* post-processed roundabouts without Exit instructions
* expects post-processed roundabouts
*/
guidance::trimShortSegments(steps, leg_geometry);