Closed dolsup closed 3 months ago
Hi, I'm using osrm@5.22.0 node module.
osrm@5.22.0
I get empty error object ({}) when I request impossible route. and then result is undefined.
{}
undefined
How to reproduce:
osrm.route({ coordinates: [ [-80.13084277510643,26.116092194537988], // Florida, US [126.89424133300781,37.48542022705078] // Seoul, Korea ] });
This issue seems to be stale. It will be closed in 30 days if no further activity occurs.
Hi, I'm using
osrm@5.22.0
node module.I get empty error object (
{}
) when I request impossible route. and then result isundefined
.How to reproduce: