Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid tolls #688

Closed
phiavogadro opened this issue Mar 25, 2022 · 1 comment
Closed

avoid tolls #688

phiavogadro opened this issue Mar 25, 2022 · 1 comment

Comments

@phiavogadro
Copy link

It can be done with osrm on a request basis :
http://YOURIP:5000/route/v1/driving/13.388860,52.517037;13.385983,52.496891?steps=true&exclude=toll

please not that The server behind router.project-osrm.org can no longer support excludes due to capacity; You will have to use your own instance where you can enable exclude classes.

is there a way to pass exclude parameters from vroom ?

thanks !

@jcoupey
Copy link
Collaborator

jcoupey commented Mar 25, 2022

TL;DR there is currently no way to do this at VROOM level but you can make it the default on your OSRM instance.

I'm closing this ticket in favor of #584 containing answers and pointers to options to manage this kind of need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants