summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-12-13 21:08:04 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-12-13 21:08:04 +0100
commita3b6db4ae8943cc84a28ab1d1b97d736ac5c3285 (patch)
treea06c6a911756a1d97fb2111ad969598d496c3c99
parentf20fc9531e7feb57e2dd9e49b5ece4b8948d3d1d (diff)
even more line numbers
-rw-r--r--lib/Travel/Status/DE/IRIS/Result.pm34
1 files changed, 25 insertions, 9 deletions
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm
index 4a43116..612ac78 100644
--- a/lib/Travel/Status/DE/IRIS/Result.pm
+++ b/lib/Travel/Status/DE/IRIS/Result.pm
@@ -99,8 +99,28 @@ my %translation = (
);
my %linemap = (
+ ABR => {
+ 200 => 19, # RE
+ 893 => 40, # RB
+ 894 => 16, # RE
+ 895 => 16, # RE
+ },
+ ERB => {
+ 200 => 13, # RE
+ 898 => 3, # RE
+ 899 => 3, # RE
+ 903 => 59, # RB
+ },
+ NWB => {
+ 750 => 10, # RE
+ 753 => 14, # RE
+ },
RB => {
103 => 33,
+ 118 => 38,
+ 144 => 43,
+ 146 => 53,
+ 147 => 51,
},
RE => {
100 => 11,
@@ -113,6 +133,7 @@ my %linemap = (
108 => 8,
109 => 9,
112 => 42,
+ 113 => 22,
325 => 7,
},
S => {
@@ -120,22 +141,17 @@ my %linemap = (
303 => 3,
304 => 4,
306 => 6,
- 308 => '8',
+ 308 => 8,
309 => 9,
311 => 1,
312 => 2,
313 => 3,
315 => 5,
316 => 6,
+ 318 => 8,
319 => 9,
- },
- NWB => {
- 753 => 14, # RE
- },
- ABR => {
- 893 => 40, # RB
- 894 => 16, # RE
- 895 => 16, # RE
+ 331 => 11,
+ 908 => 28,
},
);