From 965437017efb04b8e40add8efe5758f31f59ec67 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 19 Dec 2020 17:08:45 +0100 Subject: delete "short" when overriding IC type --- bin/db-wagenreihung-to-json | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/db-wagenreihung-to-json b/bin/db-wagenreihung-to-json index 52d6663..34e6226 100755 --- a/bin/db-wagenreihung-to-json +++ b/bin/db-wagenreihung-to-json @@ -326,6 +326,7 @@ for my $line (@lines) { # train. Observed on IC 2006 Stuttgart – Dortmund, which is planned as # IC-D, but actually uses IC1 wagons. $map{$number}{type} = 'IC'; + delete $map{$number}{short}; } } -- cgit v1.2.3