Skip to content

Commit

Permalink
docs on random access #2
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 23, 2024
1 parent da64515 commit 28b7a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/docs/Simulation/Public_Transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ OSM](../Tutorials/PT_from_OpenStreetMap.md#initial_network_and_public_transit_in
| Attribute Name | Value Type | Value Range | Description |
| -------------- | ---------- | ------------------- | -------------------------------------------------------------- |
| **lane** | string | id | The name of the lane from which this stop may also be accessed |
| **pos** | float, "doors" | position along lane | The position along the lane from which the stop is reached |
| **pos** | float, "random", "doors" | position along lane | The position along the lane from which the stop is reached |
| length | float | >= 0 | The distance for computing the access time of pedestrians that use this element|
| friendlyPos | bool | | Whether an invalid **pos** should be silently converted to the closest correct approximation |

Expand Down

0 comments on commit 28b7a5d

Please sign in to comment.