Skip to content

Commit

Permalink
add route/stations herlasgrün-falkenstein
Browse files Browse the repository at this point in the history
  • Loading branch information
embix committed Sep 10, 2022
1 parent a2d84df commit 62f28c1
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 2 deletions.
43 changes: 42 additions & 1 deletion Path.json
Original file line number Diff line number Diff line change
Expand Up @@ -48156,7 +48156,9 @@
"group": 1,
"maxSpeed": 60,
"twistingFactor": 0.4,
"neededEquipments": [ "DE" ],
"neededEquipments": [
"DE"
],
"objects": [
{
"start": "DAD",
Expand All @@ -48175,6 +48177,45 @@
}
]
},
{
"name": "Herlasgrün - Oelsnitz",
"electrified": false,
"group": 1,
"maxSpeed": 60,
"neededEquipments": [ "DE" ],
"objects": [
{
"start": "DFA",
"end": "DAUH",
"length": 3,
"twistingFactor": 0.1
},
{
"start": "DAUH",
"end": "DAUO",
"length": 1,
"twistingFactor": 0.12
},
{
"start": "DAUO",
"end": "DEI",
"length": 6,
"twistingFactor": 0.39
},
{
"start": "DEI",
"end": "DTRE",
"length": 3,
"twistingFactor": 0.39
},
{
"start": "DTRE",
"end": "DHN",
"length": 7,
"twistingFactor": 0.4
}
]
},
{
"name": "Zwotental - Klingenthal",
"electrified": false,
Expand Down
41 changes: 40 additions & 1 deletion Station.json
Original file line number Diff line number Diff line change
Expand Up @@ -41455,7 +41455,7 @@
"x": 779,
"y": 197,
"platformLength": 110,
"platforms": 3,
"platforms": 4,
"proj": 3
},
{
Expand Down Expand Up @@ -47710,6 +47710,45 @@
"platforms": 1,
"proj": 3
},
{
"name": "Auerbach(Vogtl) Hp",
"ril100": "DAUH",
"group": 5,
"x": 800,
"y": 208,
"platformLength": 49,
"platforms": 1,
"proj": 3
},
{
"name": "Auerbach (V) ob Bf",
"ril100": "DAUO",
"group": 2,
"x": 800,
"y": 206,
"platformLength": 73,
"platforms": 1,
"proj": 3
},
{
"name": "Eich (Sachs)",
"ril100": "DEI",
"group": 2,
"x": 12.340228477799657,
"y": 50.54576398780461,
"platformLength": 148,
"platforms": 1
},
{
"name": "Treuen",
"ril100": "DTRE",
"group": 5,
"x": 789,
"y": 201,
"platformLength": 50,
"platforms": 1,
"proj": 3
},
{
"name": "Ellefeld",
"ril100": "DLD",
Expand Down

0 comments on commit 62f28c1

Please sign in to comment.