Hi,
I’m using OSRM to find the shortest route between two points, but the result seems utterly wrong:
the first GPS point is [[50.879889, 4.257543] and the second is [50.878032, 4.266815]]
here is a plot of the initial points and the resulting points after passing them to the OSRM API:
https://imgur.com/a/9VOujEs

As you can see it should be trivial to link the two point, but OSRM gives a really strange path.
Is it bug that should be fixed?
Thank 
FvGordon
(Franz)
2
You might have exchanged the green (start) and red (finish) markers. Then I get the same result.
thank you for your answer.