Aktualizacja listy scenerii

This commit is contained in:
2020-12-17 13:51:29 +01:00
parent 255f8e2840
commit f16ecc39e6
2 changed files with 94 additions and 2 deletions
+1 -2
View File
@@ -51,10 +51,9 @@ import { Action, Getter } from "vuex-class";
import { mapGetters, mapActions } from "vuex";
import Clock from "@/components/App/Clock.vue";
import Modal from "@/components/Global/Modal.vue";
@Component({
components: { Clock, Modal },
components: { Clock },
})
export default class App extends Vue {
@Action("synchronizeData") synchronizeData;
+93
View File
@@ -2172,5 +2172,98 @@
},
"default": false,
"nonPublic": false
},
{
"stationName": "Buczek",
"stationURL": "https://td2.info.pl/scenerie/buczek/",
"stationLines": "",
"reqLevel": "0",
"supportersOnly": "NIE",
"signalType": "współczesna",
"controlType": "SCS",
"SBL": "TAK",
"twoWayBlock": "TAK",
"routes": {
"oneWay": {
"catenary": 0,
"noCatenary": 0
},
"twoWay": {
"catenary": 2,
"noCatenary": 0
}
},
"default": false,
"nonPublic": false
},
{
"stationName": "Dziewoszyce",
"stationURL": "https://td2.info.pl/scenerie/dziewoszyce/",
"stationLines": "",
"reqLevel": "4",
"supportersOnly": "NIE",
"signalType": "współczesna",
"controlType": "SPK",
"SBL": "",
"twoWayBlock": "TAK",
"routes": {
"oneWay": {
"catenary": 0,
"noCatenary": 0
},
"twoWay": {
"catenary": 2,
"noCatenary": 0
}
},
"default": false,
"nonPublic": false
},
{
"stationName": "Razemsko 2012",
"stationURL": "https://td2.info.pl/scenerie/razemsko-2012/",
"stationLines": "",
"reqLevel": "4",
"supportersOnly": "NIE",
"signalType": "mieszana",
"controlType": "mechaniczne",
"SBL": "",
"twoWayBlock": "",
"routes": {
"oneWay": {
"catenary": 0,
"noCatenary": 1
},
"twoWay": {
"catenary": 0,
"noCatenary": 1
}
},
"default": false,
"nonPublic": false
},
{
"stationName": "Buskowo Zdrój",
"stationURL": "https://td2.info.pl/scenerie/buskowo-zdroj/",
"stationLines": "",
"reqLevel": "4",
"supportersOnly": "NIE",
"signalType": "mieszana",
"controlType": "mechaniczne",
"SBL": "",
"twoWayBlock": "",
"routes": {
"oneWay": {
"catenary": 1,
"noCatenary": 0
},
"twoWay": {
"catenary": 0,
"noCatenary": 0
}
},
"default": false,
"nonPublic": false
}
]