diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-26 09:08:25 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-26 09:08:25 +0100 |
commit | de4660a30682a19f697d9bbcd4be1875abe625aa (patch) | |
tree | 8863550b7f917ef60b45b7cce65b53b12749bd31 | |
parent | 87bf817466c6647a55b71275c143c3c01a54093d (diff) |
"IC2" -> "IC2 Twindexx"
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | bin/db-zugbildung-to-json | 2 | ||||
-rw-r--r-- | schema.yml | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -130,7 +130,7 @@ Values: * ICE T * Metropolitan * IC -* IC2 +* IC2 Twindexx * IC2 KISS * *anything present in rawType* @@ -143,7 +143,7 @@ property is not present. Just like `type`, it is **mostly reliable**. Values: * **1** (ICE 1) -* **2** (ICE 2 / IC2 / IC2 KISS) +* **2** (ICE 2 / IC2 Twindexx / IC2 KISS) * **3** (ICE 3) * **3R** (ICE 3 Redesign) * **3V** (ICE 3 Velaro) diff --git a/bin/db-zugbildung-to-json b/bin/db-zugbildung-to-json index d6bd897..0607222 100755 --- a/bin/db-zugbildung-to-json +++ b/bin/db-zugbildung-to-json @@ -321,7 +321,7 @@ for my $line (@lines) { $map{$number}{shortType} = 'M'; } elsif ( $type eq 'IC-D' ) { - $map{$number}{type} = 'IC2'; + $map{$number}{type} = 'IC2 Twindexx'; $map{$number}{shortType} = '2'; } elsif ( $type eq 'IC-E' ) { @@ -55,7 +55,7 @@ components: shortType: type: string example: "3" - description: A short identifier useful to differentiate between train types such as ICE 3 / ICE 3 Redesign or IC1 / IC2 + description: A short identifier useful to differentiate between train types such as ICE 3 / ICE 3 Redesign or IC1 / IC2 KISS name: type: string example: ICE International |