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
The scripts run in route_graph_generator create graphs with a walking speed of 4 kmph by default. Valhalla uses a walking speed defined by query, with a default of 5.1 kmph (https://valhalla.github.io/valhalla/api/turn-by-turn/api-reference/#pedestrian-costing-options)
We should add here a costing option to have a walking speed at 4 kmph.
road2/src/js/sources/valhallaSource.js
Line 284 in 0e06922
Later, we could add a new parameter in the API, that may be used by all engines for pedestrian routing.
The text was updated successfully, but these errors were encountered:
azarz
Successfully merging a pull request may close this issue.
Bug
The scripts run in route_graph_generator create graphs with a walking speed of 4 kmph by default. Valhalla uses a walking speed defined by query, with a default of 5.1 kmph (https://valhalla.github.io/valhalla/api/turn-by-turn/api-reference/#pedestrian-costing-options)
We should add here a costing option to have a walking speed at 4 kmph.
road2/src/js/sources/valhallaSource.js
Line 284 in 0e06922
Later, we could add a new parameter in the API, that may be used by all engines for pedestrian routing.
The text was updated successfully, but these errors were encountered: