diff options
| author | Lili Urban <74246564+SpielenmitLili@users.noreply.github.com> | 2026-01-03 17:02:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-03 17:02:36 +0100 |
| commit | 76db68fc84b3764f01bf312cb408fdcf012ca8ec (patch) | |
| tree | 94181baeaeeea0863f127a4a66be010f2943f630 | |
| parent | f32cded6aae0fa2634b09606727d45f238ee50d6 (diff) | |
Add mapping & remove saisonal painting again (#15)
* Added Operator Mapping - 800520 to DB Regio AG Mitte
* Remove "Christmas-Train" again, as is only was a saisonal special
---------
Co-authored-by: Lili Urban <mail@lili-urban.net>
| -rw-r--r-- | lib/Travel/Status/DE/DBRIS/Formation/Group.pm | 1 | ||||
| -rw-r--r-- | share/admin-id-to-operator.json | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/DBRIS/Formation/Group.pm b/lib/Travel/Status/DE/DBRIS/Formation/Group.pm index ef1317a..16e03c2 100644 --- a/lib/Travel/Status/DE/DBRIS/Formation/Group.pm +++ b/lib/Travel/Status/DE/DBRIS/Formation/Group.pm @@ -267,7 +267,6 @@ my %ice_name = ( 8019 => 'Düsseldorf', 8020 => 'Amsterdam', 8022 => 'Waldecker Land', - 8026 => 'Christmas-Train', 8029 => 'Europa/Europe', 9006 => 'Martin Luther', 9009 => 'Cottbus/Chóśebuz', diff --git a/share/admin-id-to-operator.json b/share/admin-id-to-operator.json index 0a79953..6c743d3 100644 --- a/share/admin-id-to-operator.json +++ b/share/admin-id-to-operator.json @@ -71,6 +71,7 @@ "800486": ["DB", "DB Regio AG Südost"], "800487": ["DB", "DB Regio AG Südost"], "800489": ["DB", "DB Regio AG Südost"], +"800520": ["DB", "DB Regio AG Mitte"], "800523": ["KHB", "DB RegioNetz Verkehrs GmbH Kurhessenbahn"], "800528": ["S", "DB Regio AG S-Bahn Rhein-Main"], "800535": ["DB", "DB Regio AG Mitte"], |
