We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Great package and project!
I have tried to figure out how to use custom driving profiles (as https://github.com/Project-OSRM/osrm-profiles-contrib/tree/master/5/27/truck-soft) for the osrmTrips() or the osrmRoute(). I can't.
osrmTrips()
osrmRoute()
Is it possible to build into the package, or does it depend on the server? So it would be possible with a local instance?
The backend reference is here: https://github.com/Project-OSRM/osrm-backend/blob/master/docs/profiles.md
The text was updated successfully, but these errors were encountered:
Hi, It depends on the server. It would be possible with a local instance. The profile is selected in the first step of the pre-process (osrm-extract).
Sorry, something went wrong.
Thank you. Ill look into running my own instance.
No branches or pull requests
Hi! Great package and project!
I have tried to figure out how to use custom driving profiles (as https://github.com/Project-OSRM/osrm-profiles-contrib/tree/master/5/27/truck-soft) for the
osrmTrips()
or theosrmRoute()
. I can't.Is it possible to build into the package, or does it depend on the server? So it would be possible with a local instance?
The backend reference is here: https://github.com/Project-OSRM/osrm-backend/blob/master/docs/profiles.md
The text was updated successfully, but these errors were encountered: