diff --git a/src/App.vue b/src/App.vue index a00dc22..c322d85 100644 --- a/src/App.vue +++ b/src/App.vue @@ -318,7 +318,6 @@ ul { &-header { background: #333; padding: 0.1em; - & > .brand-name { font-size: 1.1em; diff --git a/src/data/stations.json b/src/data/stations.json index 9c070bc..552d45a 100644 --- a/src/data/stations.json +++ b/src/data/stations.json @@ -1651,7 +1651,7 @@ { "stationName": "Sulechów", "stationURL": "https://td2.info.pl/scenerie/sulechow/", - "stationLines": "358,379", + "stationLines": "358", "reqLevel": "0", "supportersOnly": "NIE", "signalType": "mieszana", @@ -1670,5 +1670,51 @@ }, "default": 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 } ] \ No newline at end of file