You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/web/docs/FAQ.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1237,7 +1237,7 @@ Under windows these settings must be configured using `regedit` i.e. at the regi
1237
1237
1238
1238
Starting with version 1.26.0 (specifically v1_25_0-454), it is possible to scale fonts and icons sizes in the gui-settings ('UI Scaling' in the openGL tab). The application must be restarted for the setting to take effect.
1239
1239
1240
-
In older versions the fox-registry (see above) must be used to change the 'normalfont'. On Linux and MaCOS this can be accomplished by creating the file *~/.foxrc/Desktop* with the following line:
1240
+
In older versions the fox-registry (see above) must be used to change the 'normalfont'. On Linux and macOS this can be accomplished by creating the file *~/.foxrc/Desktop* with the following line:
Copy file name to clipboardExpand all lines: docs/web/docs/Simulation/Rerouter.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ jams, caused by spontaneous road closing.
129
129
!!! caution
130
130
When using modified permissions together with option/param **device.rerouting.mode=8**, there should be at most one rerouter definition at any one time in the simulation that contains all closings. Otherwise vehicles may loop endlessly between two closed edges (because all closings other than the current rerouter are ignored).
131
131
132
-
!!! note
132
+
!!! note
133
133
Closing lanes or edges by setting attribute 'allow' or 'disallow' may cause emergency braking. This can be mitigated by placing [VariableSpeedSigns](../Simulation/Variable_Speed_Signs.md) ahead of the closing and slowing down traffic briefly before the closing.
134
134
135
135
## Closing a Lane
@@ -365,7 +365,7 @@ Parameter Name | Default value | Description
365
365
366
366
### Reserving a parking space
367
367
368
-
Whenever a [parkingArea] defines attribute `reservable="true"`, vehicles that reroute to such a parkingArea will reserve a parking space which acts to decrease the remaining capacity of that parkingArea and prevents other vehicles from taking the spot.
368
+
Whenever a [parkingArea] defines attribute `reservable="true"`, vehicles that reroute to such a parkingArea will reserve a parking space which acts to decrease the remaining capacity of that parkingArea and prevents other vehicles from taking the spot.
369
369
370
370
### Destination after rerouting
371
371
@@ -402,14 +402,14 @@ The attributes used within such definitions are:
|**main**| edge ids (stringList) | The ids of consecutive edges that a train must take at some point after the rerouter edge to be considered for being overtaken |
405
+
|**main**| edge ids (stringList) | The ids of consecutive edges that a train must take at some point after the rerouter edge to be considered for being overtaken |
406
406
|**siding**| edge ids (stringList) | The ids of consecutive edges that will be used instead of the main edges for waiting to be overtaken. |
407
407
| minSaving | float | The minimum time saving in seconds to trigger an overtaking maneuver (see below for the saving computation) |
408
408
| defer | bool | Whether a slow train may elect to be overtaking at some downstream location (defaults to *true* if more than one `<overtakingReroute>` element is defined within the rerouter) |
409
409
410
410
Requirements for the siding:
411
411
- one of the edges of the saiding must have a rail_signal at it's end
412
-
- the siding must be long enough to accomodate the train being overtaken ahead of the rail signal
412
+
- the siding must be long enough to accommodate the train being overtaken ahead of the rail signal
413
413
414
414
Definitions for `<overtakingReroute>` can be created with the tool [createOvertakingReroutes.py](../Tools/Railways.md#createovertakingreroutespy).
415
415
@@ -436,7 +436,7 @@ The value of *accelTimeLossFast* is non-zero, only if the faster train reaches t
0 commit comments