Where is the maximum distance to walk to a bus/railway stop defined and how can I set it? #396
-
Is there a maximum time/distance motis assumes people are walking to a bus/railway stop? And if so where is it defined and how can I configure it? |
Beta Was this translation helpful? Give feedback.
Answered by
felixguendling
Sep 13, 2023
Replies: 1 comment
-
Each mode has a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
felixguendling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/motis-project/motis/blob/master/protocol/intermodal/IntermodalRoutingRequest.fbs#L53-L72
Each mode has a
max_duration
. Easiest way to see the usage is to change the ranges in the UI and see which JSON requests it sends to the server via your browser's dev tools.