Skip to content

Commit

Permalink
#2 added link, #14316
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 14, 2024
1 parent d58aace commit 3af39ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ Special handling of other attributes:
- when the 'until' value is set, vehicles may stop when reaching a waypoint too early

## Jumps
When defining attribute 'jump' with a non-negative value, the vehicle will leave the network for the given duration immediately after finishing the stop and re-enter it on the start of the next edge of it's route. Having a disconnected route after a jump-stop is permitted.
When defining attribute 'jump' with a non-negative value, the vehicle will leave the network for the given duration immediately after finishing the stop and re-enter it on the start of the next edge of it's route. Having a disconnected route after a jump-stop is permitted. When giving jumps as [router input](Demand/Shortest_or_Optimal_Path_Routing.md#routing_between_stops), disconnected routes are created by design.

A typical use case for jumps would be a public transport vehicle that has some of it's stops outside the simulated area and is expected to re-enter it at a later time after leaving the simulation (while preserving it's ID and delay).

Expand Down

0 comments on commit 3af39ff

Please sign in to comment.