diff --git a/src/App.vue b/src/App.vue index f74d1cd..ce6a817 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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; diff --git a/src/data/stations.json b/src/data/stations.json index cc92a4a..ea3a7d7 100644 --- a/src/data/stations.json +++ b/src/data/stations.json @@ -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 } ]