diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-03-11 09:37:58 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-03-11 09:37:58 +0100 |
commit | 6992ed858018ece96109d9bf07e4ff59e0052337 (patch) | |
tree | d7d372a56a7563ff3ebc8e84dd5a6a9d90cc837a /lib/Travel/Status/DE/IRIS/Stations.pm | |
parent | 32b564c9f1c165f5e94d808a0a12ce6728d005b6 (diff) |
Fix DS100 code for Dülmen
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 49f42d6..92951f5 100644 --- a/lib/Travel/Status/DE/IRIS/Stations.pm +++ b/lib/Travel/Status/DE/IRIS/Stations.pm @@ -1462,7 +1462,7 @@ my @stations = ( [ 'KDUK', 'Duckterath', 8001566, 7.103496, 50.984815 ], [ 'SDUW', 'Dudweiler', 8001570, 7.027351, 49.277299 ], [ 'KDUL', 'Dülken', 8001571, 6.33793, 51.257149 ], - [ 'EDULH', 'Dülmen', 8000083, 7.295765, 51.827676 ], + [ 'EDUL', 'Dülmen', 8000083, 7.295765, 51.827676 ], [ 'KDN', 'Düren', 8000084, 6.482451, 50.809517 ], [ 'KDNS', 'Düren Annakirmesplatz', 8007818, 6.474259, 50.796237 ], [ 'KDNG', 'Düren Im Großen Tal', 8007836, 6.47431, 50.83302 ], |