From e1662912eedba0bf6ff68b57c1778351ee37b1a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B8ygaard?= Date: Sat, 23 May 2020 16:10:50 +0200 Subject: [PATCH] Cleanup day --- Runtime/PTSFiles/DenmarkNetwork.network | 14 +- Runtime/PTSFiles/DenmarkSchedule.schedule | 6 +- Runtime/PTSFiles/Depotia.depot | 9 - Runtime/PTSFiles/Holito.schedule | 4 - Runtime/PTSFiles/Networkia.network | 6 - .../{Example.depot => PTS Train.depot} | 0 Runtime/PTSFiles/representations.aird | 536 +++++++++--------- Runtime/PTSFiles/timetables/.gitignore | 2 + 8 files changed, 278 insertions(+), 299 deletions(-) delete mode 100644 Runtime/PTSFiles/Depotia.depot delete mode 100644 Runtime/PTSFiles/Holito.schedule delete mode 100644 Runtime/PTSFiles/Networkia.network rename Runtime/PTSFiles/{Example.depot => PTS Train.depot} (100%) create mode 100644 Runtime/PTSFiles/timetables/.gitignore diff --git a/Runtime/PTSFiles/DenmarkNetwork.network b/Runtime/PTSFiles/DenmarkNetwork.network index c1368f7..ba1d250 100644 --- a/Runtime/PTSFiles/DenmarkNetwork.network +++ b/Runtime/PTSFiles/DenmarkNetwork.network @@ -1,10 +1,10 @@ - - - - - - - + + + + + + + diff --git a/Runtime/PTSFiles/DenmarkSchedule.schedule b/Runtime/PTSFiles/DenmarkSchedule.schedule index df6bd42..49be19d 100644 --- a/Runtime/PTSFiles/DenmarkSchedule.schedule +++ b/Runtime/PTSFiles/DenmarkSchedule.schedule @@ -1,12 +1,12 @@ -schedule for "DenmarkNetwork" with "Depotia", "AnotherDepot": - train Oresundtag on Monday, Wednesday at 13:21 +schedule for "PTS Network" with "PTS Trains": + train ICE120 on Monday, Wednesday at 13:21 and Thursday at 14:41: start at "Copenhagen Central" on platform "A1" drive via E501 stop at "Aarhus Central" on platform "T1" for 5 min drive via E45 terminate at "Odense Central" on platform "T3" - train Regionalido on Monday, Tuesday at 18:05 + train RE47 on Monday, Tuesday at 18:05 and Saturday at 20:01: start at "Odense Central" on platform "A1" drive via E20 diff --git a/Runtime/PTSFiles/Depotia.depot b/Runtime/PTSFiles/Depotia.depot deleted file mode 100644 index 68e26ce..0000000 --- a/Runtime/PTSFiles/Depotia.depot +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/Runtime/PTSFiles/Holito.schedule b/Runtime/PTSFiles/Holito.schedule deleted file mode 100644 index cbe903e..0000000 --- a/Runtime/PTSFiles/Holito.schedule +++ /dev/null @@ -1,4 +0,0 @@ -schedule for "Networkia" with "Depotia": -train Regionalido on Friday at 13:29: -start at "CityAA" on platform "A" drive via Connectia -terminate at "CityB" on platform "B" \ No newline at end of file diff --git a/Runtime/PTSFiles/Networkia.network b/Runtime/PTSFiles/Networkia.network deleted file mode 100644 index 81f03ce..0000000 --- a/Runtime/PTSFiles/Networkia.network +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/Runtime/PTSFiles/Example.depot b/Runtime/PTSFiles/PTS Train.depot similarity index 100% rename from Runtime/PTSFiles/Example.depot rename to Runtime/PTSFiles/PTS Train.depot diff --git a/Runtime/PTSFiles/representations.aird b/Runtime/PTSFiles/representations.aird index f871143..cb7d007 100644 --- a/Runtime/PTSFiles/representations.aird +++ b/Runtime/PTSFiles/representations.aird @@ -1,14 +1,10 @@ - Example.depot MySchedule.schedule - Networkia.network - Depotia.depot - Holito.schedule DenmarkNetwork.network CopenhagenSchedule.schedule - DenmarkSchedule.schedule + PTS%20Train.depot @@ -18,9 +14,9 @@ - + - + @@ -299,393 +295,393 @@ - - - - + + + + - + - + - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - + + + + + + - - + + - - - + + + - - + + - - - - - - - - - + + + + + + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - + + + + + + - - + + - - - + + + - - + + - - - - - - - - - + + + + + + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - + + + + + + - - + + - - - + + + - - + + - - + + - - + + - + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + @@ -693,8 +689,8 @@ - + - + diff --git a/Runtime/PTSFiles/timetables/.gitignore b/Runtime/PTSFiles/timetables/.gitignore new file mode 100644 index 0000000..2bb400f --- /dev/null +++ b/Runtime/PTSFiles/timetables/.gitignore @@ -0,0 +1,2 @@ +/CityAA.html +/CityB.html