diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-12-14 21:59:07 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-12-14 21:59:07 +0100 |
commit | 7bbc68b10637b74f18874d6fad799524d08738ac (patch) | |
tree | e5fc25806a2c427513efe93044fa6746b5d26447 /lib/Travel/Status/DE/IRIS/Result.pm | |
parent | 94b60471d550748c4879fe2325bd3c27fbf4bcad (diff) |
Result: Remove ABR, ERB, NWB line mappings for now (not neccessarily unique)
Diffstat (limited to 'lib/Travel/Status/DE/IRIS/Result.pm')
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Result.pm | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index bf2fd6d..898ab88 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -99,22 +99,21 @@ 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 - }, + + #ABR => { + # 200 => 19, # RE + # # 893, 894, 895 do not uniquely identify a line + #}, + #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, |