This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

[SOLVED] Wrong routing computation

0

Hi all, I'm having trouble with this simple route (car routing by graphhopper engine):

https://www.openstreetmap.org/directions?engine=graphhopper_car&route=38.92776%2C-1.74088%3B38.92781%2C-1.74031

Just zoom in until you get closer to the start/end points and you'll see that the routing engine decides to skip the roundabout exit instead of taking it to get to the end point.

Any insights about what could possibly be happening?

Thank you.

PD: I'm new in OSM editing so I don't know the exact procedure to fix it, I'll be glad if some of you could give me a tip on this.

UPDATE: I removed a one-way restriction which definitely could cause problems, but the routing engine keeps doing the same wrong computation.

asked 11 Aug '18, 15:31

jjgcc's gravatar image

jjgcc
21113
accept rate: 0%

edited 12 Aug '18, 12:28

SOLVED: The OSRM routing engine works properly.

(11 Aug '18, 16:11) jjgcc

One Answer:

2

the database behind the routing engines is not updated instantanously. It can take a few days before the new route will be calculated. So try Graphopper again in a few days.

answered 12 Aug '18, 06:50

escada's gravatar image

escada
19.0k16166302
accept rate: 21%

Source code available on GitHub .