Zaktualizowano listę scenerii | v1.3.4

This commit is contained in:
2020-12-12 14:13:16 +01:00
parent 60c7e7394e
commit a7a19c3faa
3 changed files with 49 additions and 8 deletions
+6 -1
View File
@@ -61,8 +61,13 @@ export default class App extends Vue {
private VERSION = "1.3.4"; private VERSION = "1.3.4";
mounted() { async mounted() {
this.synchronizeData(); this.synchronizeData();
// const data = await (
// await axios.get("https://stacjownik.herokuapp.com/api/getStationList")
// ).data;
// console.log(data);
} }
} }
</script> </script>
+13
View File
@@ -0,0 +1,13 @@
<template>
<div></div>
</template>
<script lang="ts">
import { Component, Vue } from "vue-property-decorator";
@Component
export default class Modal extends Vue {}
</script>
<style scoped>
</style>
+30 -7
View File
@@ -1989,7 +1989,7 @@
"default": false, "default": false,
"nonPublic": false "nonPublic": false
}, },
{ {
"stationName": "Rebrowo Dolne", "stationName": "Rebrowo Dolne",
"stationURL": "https://td2.info.pl/scenerie/rebrowo-dolne/", "stationURL": "https://td2.info.pl/scenerie/rebrowo-dolne/",
"stationLines": "", "stationLines": "",
@@ -2012,7 +2012,7 @@
"default": false, "default": false,
"nonPublic": false "nonPublic": false
}, },
{ {
"stationName": "Lublinek", "stationName": "Lublinek",
"stationURL": "https://td2.info.pl/scenerie/lublinek-projekt-lka/", "stationURL": "https://td2.info.pl/scenerie/lublinek-projekt-lka/",
"stationLines": "14", "stationLines": "14",
@@ -2035,7 +2035,7 @@
"default": true, "default": true,
"nonPublic": false "nonPublic": false
}, },
{ {
"stationName": "Stryków", "stationName": "Stryków",
"stationURL": "https://td2.info.pl/scenerie/strykow-projekt-lka/", "stationURL": "https://td2.info.pl/scenerie/strykow-projekt-lka/",
"stationLines": "14", "stationLines": "14",
@@ -2059,7 +2059,7 @@
"nonPublic": false "nonPublic": false
}, },
{ {
"stationName": "Strączki", "stationName": "Strączki",
"stationURL": "https://td2.info.pl/scenerie/straczki/", "stationURL": "https://td2.info.pl/scenerie/straczki/",
"stationLines": "", "stationLines": "",
"reqLevel": "4", "reqLevel": "4",
@@ -2081,8 +2081,8 @@
"default": false, "default": false,
"nonPublic": false "nonPublic": false
}, },
{ {
"stationName": "Niedoradz", "stationName": "Niedoradz",
"stationURL": "https://td2.info.pl/scenerie/niedoradz", "stationURL": "https://td2.info.pl/scenerie/niedoradz",
"stationLines": "", "stationLines": "",
"reqLevel": "0", "reqLevel": "0",
@@ -2130,7 +2130,7 @@
{ {
"stationName": "Łebnino", "stationName": "Łebnino",
"stationURL": "https://td2.info.pl/scenerie/lebnino-4511/", "stationURL": "https://td2.info.pl/scenerie/lebnino-4511/",
"stationLines": "15,16", "stationLines": "",
"reqLevel": "0", "reqLevel": "0",
"supportersOnly": "NIE", "supportersOnly": "NIE",
"signalType": "kształtowa", "signalType": "kształtowa",
@@ -2149,5 +2149,28 @@
}, },
"default": false, "default": false,
"nonPublic": false "nonPublic": false
},
{
"stationName": "Legno",
"stationURL": "https://td2.info.pl/scenerie/legno/",
"stationLines": "",
"reqLevel": "0",
"supportersOnly": "NIE",
"signalType": "współczesna",
"controlType": "SCS",
"SBL": "TAK (szlak Mr)",
"twoWayBlock": "TAK",
"routes": {
"oneWay": {
"catenary": 0,
"noCatenary": 0
},
"twoWay": {
"catenary": 2,
"noCatenary": 0
}
},
"default": false,
"nonPublic": false
} }
] ]