Nodsert
Nodsert

Reputation: 1

OSRM displays any route

API update yesterday OSRM and I'm having problems.

It calls previously used this way:

router.project-osrm.org/viaroute&loc=-0.88656,41.68043&output=json&compression=false

and it runs smoothly.

Now there is no way to make it work with the new version:

router.project-osrm.org/route/v1/driving/-0.88656,41.68043

This is the code for the old API, to see if anyone knows how to fix it.

See how it works

Upvotes: 0

Views: 322

Answers (1)

Nodsert
Nodsert

Reputation: 1

Solved this call: https://router.project-osrm.org/nearest/v1/driving/41.680432,-0.88659841.68

Add https and nearest/v1/driving in URL.

Upvotes: 0

Related Questions