From f9e5085f541baa2cdc0afcda5afbfd1425a8d790 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 25 Dec 2020 21:55:38 +0100 Subject: do not yet show direction and exit side in wagon view the direction data needs to be normalized for the wagon images first. --- lib/DBInfoscreen/Controller/Wagenreihung.pm | 5 +++-- 1 file 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, -- cgit v1.2.3