From 75a943ffd9c286cb3ffee85f949cf12db14620c0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 16 Sep 2016 09:17:05 +0200 Subject: Fix another wrong entry in the OpenData station list --- scripts/acronyms.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/acronyms.pl') diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl index cb9f243..97092f7 100755 --- a/scripts/acronyms.pl +++ b/scripts/acronyms.pl @@ -67,6 +67,7 @@ while ( my $line = ) { $station =~ s{ ^ KDDH $ }{KDD}x; $station =~ s{ ^ KDFFH $ }{KDFF}x; $station =~ s{ ^ KDN \s P $ }{KDN}x; + $station =~ s{ ^ KGKK $ }{KGEK}x; $station =~ s{ ^ KRY \s P $ }{KRY}x; $station =~ s{ ^ TS \s\s T$ }{TST}x; $station =~ s{ ^ TSZ \s F $ }{TSFE}x; -- cgit v1.2.3