diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-07-18 07:59:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-07-18 07:59:45 +0200 |
commit | 274be675d3987b9b41fd4dadb589957e52b084b8 (patch) | |
tree | be7f8a67569439d32c8e3d0085616d730f85fc63 /lib/Travel/Status/DE/IRIS | |
parent | eb26aafd3f3c193c8ede09ea98dded293a1f6173 (diff) |
Fix acronym for Stuttgart Hbf (tief)
The old workaround doesn't apply anymore
Diffstat (limited to 'lib/Travel/Status/DE/IRIS')
-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 c252ef9..49f42d6 100644 --- a/lib/Travel/Status/DE/IRIS/Stations.pm +++ b/lib/Travel/Status/DE/IRIS/Stations.pm @@ -5848,7 +5848,7 @@ my @stations = ( [ 'TSFS', 'Stuttgart Feuersee', 8006699, 9.166273, 48.772768 ], [ 'TFL', 'Stuttgart Flughafen/Messe', 8005768, 9.19263, 48.690648 ], [ 'TS', 'Stuttgart Hbf', 8000096, 9.181635, 48.784084 ], - [ 'TST', 'Stuttgart Hbf (tief)', 8098096, 9.179808, 48.782999 ], + [ 'TS T', 'Stuttgart Hbf (tief)', 8098096, 9.179808, 48.782999 ], [ 'TSNS', 'Stuttgart Neckarpark', 8006743, 9.241595, 48.792173 ], [ 'TSN', 'Stuttgart Nord', 8005767, 9.188026, 48.803769 ], [ 'TSNU', 'Stuttgart Nürnberger Str.', 8004357, 9.234858, 48.806423 ], |