Dodanie nowych scenerii (Sowi Bór, Wilczyca)

This commit is contained in:
2020-07-22 21:09:12 +02:00
parent 02838b2be3
commit 82e6a09fdf
2 changed files with 47 additions and 2 deletions
-1
View File
@@ -318,7 +318,6 @@ ul {
&-header { &-header {
background: #333; background: #333;
padding: 0.1em; padding: 0.1em;
& > .brand-name { & > .brand-name {
font-size: 1.1em; font-size: 1.1em;
+47 -1
View File
@@ -1651,7 +1651,7 @@
{ {
"stationName": "Sulechów", "stationName": "Sulechów",
"stationURL": "https://td2.info.pl/scenerie/sulechow/", "stationURL": "https://td2.info.pl/scenerie/sulechow/",
"stationLines": "358,379", "stationLines": "358",
"reqLevel": "0", "reqLevel": "0",
"supportersOnly": "NIE", "supportersOnly": "NIE",
"signalType": "mieszana", "signalType": "mieszana",
@@ -1670,5 +1670,51 @@
}, },
"default": false, "default": false,
"nonPublic": false "nonPublic": false
},
{
"stationName": "Wilczyca",
"stationURL": "https://td2.info.pl/scenerie/wilczyca/",
"stationLines": "",
"reqLevel": "0",
"supportersOnly": "NIE",
"signalType": "współczesna",
"controlType": "SCS",
"SBL": "",
"twoWayBlock": "",
"routes": {
"oneWay": {
"catenary": 0,
"noCatenary": 2
},
"twoWay": {
"catenary": 0,
"noCatenary": 0
}
},
"default": false,
"nonPublic": false
},
{
"stationName": "Sowi Bór",
"stationURL": "https://td2.info.pl/scenerie/sowi-bor/",
"stationLines": "",
"reqLevel": "3",
"supportersOnly": "NIE",
"signalType": "współczesna",
"controlType": "SPK",
"SBL": "",
"twoWayBlock": "",
"routes": {
"oneWay": {
"catenary": 0,
"noCatenary": 0
},
"twoWay": {
"catenary": 2,
"noCatenary": 0
}
},
"default": false,
"nonPublic": false
} }
] ]