From b245e3a0786cfcd76c5fe91987870af3774f4446 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 25 Jun 2016 20:07:11 +0200 Subject: fix Stuttgart Hbf (tief) and Stuttgart-Feuerbach (errors in data source) --- scripts/acronyms.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/acronyms.pl') diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl index ffc14bd..d4ba9cb 100755 --- a/scripts/acronyms.pl +++ b/scripts/acronyms.pl @@ -68,6 +68,8 @@ while ( my $line = ) { $station =~ s{ ^ KDFFH $ }{KDFF}x; $station =~ s{ ^ KDN \s P $ }{KDN}x; $station =~ s{ ^ KRY \s P $ }{KRY}x; + $station =~ s{ ^ TS \s\s T$ }{TST}x; + $station =~ s{ ^ TSZ \s F $ }{TSFE}x; printf( "\t['%s','%s',%s,%s,%s],\n", -- cgit v1.2.3