Commit 590b27f2 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

also show exit direction for regional trains at select stations

parent 16c441e4
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2259,9 +2259,15 @@ sub startup {

				my @route = @{ $in_transit->{route} // [] };
				my @route_after;
				my $stop_before_dest;
				my $is_after = 0;
				for my $station (@route) {

					if (    $in_transit->{arr_name}
						and $station->[0] eq $in_transit->{arr_name} )
					{
						$stop_before_dest = $route_after[-1][0];
					}
					if ($is_after) {
						push( @route_after, $station );
					}
@@ -2376,6 +2382,14 @@ sub startup {
						if ( $platform_info->{kopfgleis} ) {
							$ret->{arr_direction} = $platform_info->{direction};
						}
						elsif ( $stop_before_dest
							and exists $platform_info->{direction_from}
							{$stop_before_dest} )
						{
							$ret->{arr_direction}
							  = $platform_info->{direction_from}
							  {$stop_before_dest};
						}
						elsif ( $in_transit->{data}{wagonorder_arr} ) {
							my $wr;
							eval {
+12 −0
Original line number Diff line number Diff line
<h1>Changelog</h1>

<div class="row">
	<div class="col s12 m1 l1">
		1.8
	</div>
	<div class="col s12 m11 l11">
		<p>
			<i class="material-icons left">add</i> Angabe der Ausstiegsseite für
			einzelne Züge und Zielbahnhöfe.
		</p>
	</div>
</div>

<div class="row">
	<div class="col s12 m1 l1">
		1.7