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

Valhalla default walking speed #116

Closed
azarz opened this issue Feb 7, 2025 · 0 comments · Fixed by #117
Closed

Valhalla default walking speed #116

azarz opened this issue Feb 7, 2025 · 0 comments · Fixed by #117
Assignees
Labels
bug Something isn't working

Comments

@azarz
Copy link
Member

azarz commented Feb 7, 2025

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.

for (let i = 0; i < constraints.length; i++) {

Later, we could add a new parameter in the API, that may be used by all engines for pedestrian routing.

@azarz azarz added the bug Something isn't working label Feb 7, 2025
@azarz azarz self-assigned this Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant