azzazello / andnav

Automatically exported from code.google.com/p/andnav
0 stars 0 forks source link

re-calculation of routes is buggy (don`t know if this is a Andnav or an OpenRouteService issue) #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Calculate a route and drive
2. don`t follow the driving instructions
3. andnav will recalculate the route and uses, i think an old data for the 
   point for starting, so the route doesn`t change and the driver should 
   turn 180 degrees :/ thats not possible in most situations :)

Correctly, the route should be calculated based on the actual location and
in honor of the driving direction, as normal navigation devices this do.
The new route should be not a 180degree turn arround, instead a fully
recalculated route, which in most cases will be another route. 
Or if there is no route a correct "turning maneuver" for getting back.

As i said, I don`t know, if this is a issue of AndNav or OpenRouteService,
but i don`t think (and hope) the ORS guys made this failure :)

Original issue reported on code.google.com by ronny.bo...@googlemail.com on 30 Dec 2009 at 7:32

GoogleCodeExporter commented 8 years ago
This is a problem with the connection of Andnav and OpenRouteService.

OpenRouteService is not build to do live routing, else it is routing from one 
point to another.

Workaround would be to set a automaticly a via point on the next junction, but 
this needs like Issue 3 a deeply view into openstreetmap data.

Currently not fixable I think.

Original comment by Cyr...@gmail.com on 12 Jun 2010 at 8:25