Bug 372939

Summary: Rerouting can become annoying
Product: [Applications] marble Reporter: Victor Tran <vicr12345>
Component: androidAssignee: marble-bugs
Status: CONFIRMED ---    
Severity: normal CC: nienhueser
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Android   
OS: Android 5.x   
Latest Commit: Version Fixed In:

Description Victor Tran 2016-11-26 06:45:21 UTC
When you deviate from the route, Marble says "deviated from the route" and reroutes you. However, this does not take into account the direction that the user is currently moving, thus if it decides that the best route from there is to go backwards, it will reroute, and then immediately say "deviated from the route" again, until either the user turns around, or the routing system finds a better route.
Comment 1 Dennis Nienhüser 2016-11-26 21:28:17 UTC
OpenRouteService (currently used as backend on Android) does not provide that option, but OSRM (which we plan to use in the future) does.
Comment 2 Victor Tran 2016-11-27 12:45:49 UTC
Ok then, is there a way to at least add an extra instruction to "in 300m, perform a U-turn?" :)