Skip to content

Commit

Permalink
Cleanup day
Browse files Browse the repository at this point in the history
  • Loading branch information
Petrolio committed May 23, 2020
1 parent e6e0c54 commit e166291
Show file tree
Hide file tree
Showing 8 changed files with 278 additions and 299 deletions.
14 changes: 7 additions & 7 deletions Runtime/PTSFiles/DenmarkNetwork.network
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<network:Network xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:network="http://mdse.org/pts/network">
<stations name="Aarhus Central" legs="//@legs.0 //@legs.1 //@legs.2"/>
<stations name="Odense Central" legs="//@legs.0 //@legs.3"/>
<stations name="Copenhagen Central" legs="//@legs.3 //@legs.1 //@legs.2"/>
<legs name="E45" distance="146" stations="//@stations.0 //@stations.1"/>
<legs name="E501" distance="307" stations="//@stations.0 //@stations.2"/>
<legs name="S21" distance="187" stations="//@stations.0 //@stations.2"/>
<network:Network xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:network="http://mdse.org/pts/network" name="PTS Network">
<stations name="Aarhus Central" legs="//@legs.0 //@legs.1 //@legs.3"/>
<stations name="Copenhagen Central" legs="//@legs.1 //@legs.3 //@legs.2"/>
<stations name="Odense Central" legs="//@legs.0 //@legs.2"/>
<legs name="E45" distance="146" stations="//@stations.2 //@stations.0"/>
<legs name="E501" distance="307" stations="//@stations.0 //@stations.1"/>
<legs name="E20" distance="168" stations="//@stations.1 //@stations.2"/>
<legs name="S21" distance="187" stations="//@stations.0 //@stations.1"/>
</network:Network>
6 changes: 3 additions & 3 deletions Runtime/PTSFiles/DenmarkSchedule.schedule
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 0 additions & 9 deletions Runtime/PTSFiles/Depotia.depot

This file was deleted.

4 changes: 0 additions & 4 deletions Runtime/PTSFiles/Holito.schedule

This file was deleted.

6 changes: 0 additions & 6 deletions Runtime/PTSFiles/Networkia.network

This file was deleted.

File renamed without changes.
536 changes: 266 additions & 270 deletions Runtime/PTSFiles/representations.aird

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Runtime/PTSFiles/timetables/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/CityAA.html
/CityB.html

0 comments on commit e166291

Please sign in to comment.