diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-25 21:55:38 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-25 21:55:38 +0100 |
commit | f9e5085f541baa2cdc0afcda5afbfd1425a8d790 (patch) | |
tree | e88f9eefb406cda383bd68779c7fdabf7769be5f /lib/DBInfoscreen | |
parent | 698aae7e0f8ba86ea1a3562863c65915dde36028 (diff) |
do not yet show direction and exit side in wagon view
the direction data needs to be normalized for the wagon images first.
Diffstat (limited to 'lib/DBInfoscreen')
-rw-r--r-- | lib/DBInfoscreen/Controller/Wagenreihung.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/DBInfoscreen/Controller/Wagenreihung.pm b/lib/DBInfoscreen/Controller/Wagenreihung.pm index c2d7f7e..04f193d 100644 --- a/lib/DBInfoscreen/Controller/Wagenreihung.pm +++ b/lib/DBInfoscreen/Controller/Wagenreihung.pm @@ -119,8 +119,9 @@ sub wagenreihung { } my $wref = { - d => $wr->direction, - e => $exit_side ? substr( $exit_side, 0, 1 ) : '', + + #d => $wr->direction, + #e => $exit_side ? substr( $exit_side, 0, 1 ) : '', tt => $wr->train_type, tn => $train, s => $wr->station_name, |