From 7bbc68b10637b74f18874d6fad799524d08738ac Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 14 Dec 2016 21:59:07 +0100 Subject: Result: Remove ABR, ERB, NWB line mappings for now (not neccessarily unique) --- lib/Travel/Status/DE/IRIS/Result.pm | 31 +++++++++++++++---------------- 1 file 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, -- cgit v1.2.3