diff options
author | Lili Urban <74246564+SpielenmitLili@users.noreply.github.com> | 2025-09-09 10:15:59 +0200 |
---|---|---|
committer | Birte Friesel <derf@chaosdorf.de> | 2025-09-29 10:27:35 +0200 |
commit | 87bde3ada8a059bff34c5a5ebedccc29b83821ab (patch) | |
tree | d1fa28e546cb621a85361edd123b66b66231f217 /lib | |
parent | bda32eb142cb0ae5dbc52de3f7074afacdeb8461 (diff) |
3 ICE 4 wurden zuletzt auf neue Namen getauft:
- 9201 - Hannover
- 9203 - Stendal
- 9488 - Würzburg
Die Züge wurden nun in der Auflistung ergänzt
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Travel/Status/DE/DBRIS/Formation/Group.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/DBRIS/Formation/Group.pm b/lib/Travel/Status/DE/DBRIS/Formation/Group.pm index 4ddbb3a..4828f65 100644 --- a/lib/Travel/Status/DE/DBRIS/Formation/Group.pm +++ b/lib/Travel/Status/DE/DBRIS/Formation/Group.pm @@ -277,14 +277,17 @@ my %ice_name = ( 9041 => 'Baden-Württemberg', 9046 => 'Female ICE', 9050 => 'Metropole Ruhr', + 9201 => 'Hannover', 9202 => 'Schleswig-Holstein', + 9203 => 'Stendal', 9205 => 'Biosphärengebiet Schwäbische Alb', 9208 => 'Nationalpark Bayrischer Wald', 9234 => 'Ruhr', 9237 => 'Spree', 9457 => 'Bundesrepublik Deutschland', 9481 => 'Rheinland-Pfalz', - 9485 => 'Karriere-ICE' + 9485 => 'Karriere-ICE', + 9488 => 'Würzburg' ); # }}} |