Skip to content

Commit

Permalink
edge type defaults ref #2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kro committed Mar 5, 2024
1 parent 3e5791f commit ea1d8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/web/docs/SUMO_edge_type_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ attributes:
| **id** | id (string) | The name of the road type. This is the only mandatory attribute. For OpenStreetMap data, the name could, for example, be *highway.trunk* or *highway.residential*. For ArcView data, the name of the road type is a number. |
| allow | string | List of allowed vehicle classes. The classes are space separated (e.g. "pedestrian bicycle"). |
| disallow | string | List of not allowed vehicle classes. The classes are space separated too. |
| discard | bool | If "yes", edges of that type are not imported. This parameter is optional and defaults to false. |
| discard | bool | If set to true, edges of that type are not imported. This parameter is optional and defaults to false. |
| numLanes | int | The number of lanes on an edge. This is the default number of lanes per direction. |
| oneway | bool | If "yes", only the edge for one direction is created during the import. (This attribute makes no sense for SUMO XML descriptions but, for example, for OpenStreetMap files.) |
| oneway | bool | If set to true, only the edge for one direction is created during the import (defaults to true). (This attribute makes no sense for SUMO XML descriptions but, for example, for OpenStreetMap files.) |
| priority | int | A number, which determines the priority between different road types. netconvert derives the right-of-way rules at junctions from the priority. The number starts with one; higher numbers represent more important roads. |
| speed | float | The default (implicit) speed limit in m/s. |
| sidewalkWidth | float | The default width for added sidewalks (defaults to -1 which disables extra sidewalks). |
Expand Down

0 comments on commit ea1d8ca

Please sign in to comment.