diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-05-10 18:58:46 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-05-10 18:58:46 +0200 |
commit | f865bbc4683fae77f77ab9e498a0808a09a6cded (patch) | |
tree | e4772b6fcbbcafcaf0f9caccb848a68e41ad46ed /lib/Travel/Status/DE/IRIS/Stations.pm | |
parent | a9cca52bbe1d8fa7fc4c4f6aba832b9a825bdf6f (diff) |
Stations: Fix DS100 for Düsseldorf-Derendorf
Diffstat (limited to 'lib/Travel/Status/DE/IRIS/Stations.pm')
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Stations.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index 86719cb..ea2a6fc 100644 --- a/lib/Travel/Status/DE/IRIS/Stations.pm +++ b/lib/Travel/Status/DE/IRIS/Stations.pm @@ -1484,7 +1484,7 @@ my @stations = ( [ 'KDW', 'Düsseldorf Wehrhahn', 8001582, 6.798173, 51.228447 ], [ 'KDBE', 'Düsseldorf-Benrath', 8001584, 6.878931, 51.162293 ], [ 'KDBH', 'Düsseldorf-Bilk', 8001585, 6.775578, 51.207994 ], - [ 'KDDH', 'Düsseldorf-Derendorf', 8001586, 6.794512, 51.247624 ], + [ 'KDD', 'Düsseldorf-Derendorf', 8001586, 6.794512, 51.247624 ], # fixed DS100 [ 'KDE', 'Düsseldorf-Eller', 8001587, 6.851927, 51.20267 ], [ 'KDEM', 'Düsseldorf-Eller Mitte', 8001308, 6.838607, 51.202058 ], [ 'KDES', 'Düsseldorf-Eller Süd', 8001588, 6.836128, 51.198072 ], |