Commit f9e5085f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

do not yet show direction and exit side in wagon view

the direction data needs to be normalized for the wagon images first.
parent 698aae7e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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,