Skip to content

Commit

Permalink
fixing link #2
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 28, 2024
1 parent e31c27a commit df9a6da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ position=vehicle length)
- `"last"`: the vehicle is inserted with the given speed as close as possible behind the last vehicle on the lane. If the lane is empty it is
inserted at the end of the lane instead. When departSpeed="max" is set, vehicle speed will not be adapted.
- `"stop"`: if the vehicle has a stop defined, it will depart at the endPos of the stop. If no stop is defined, the behavior defaults to `"base"`
- `"splitFront"`: if the vehicle uses attribute [`depart="split"`](Simulation/Railways.html#splitting_a_train), it will be inserted at the front of the vehicle from which it is split instead of the rear
- `"splitFront"`: if the vehicle uses attribute [`depart="split"`](Simulation/Railways.md#splitting_a_train), it will be inserted at the front of the vehicle from which it is split instead of the rear

### departSpeed

Expand Down

0 comments on commit df9a6da

Please sign in to comment.