Loading lib/DBInfoscreen/Controller/Map.pm +1 −0 Original line number Diff line number Diff line Loading @@ -344,6 +344,7 @@ sub route { : undef, }, train_no => scalar $pl->{raw}{line}{additionalName}, operator => scalar $pl->{raw}{line}{operator}{name}, next_stop => $next_stop, polyline_groups => [ { Loading templates/route_map.html.ep +6 −0 Original line number Diff line number Diff line Loading @@ -137,3 +137,9 @@ tatsächlichen Position des Zugs abweichen. Live-Tracking mit automatischer Kartenaktualisierung wird noch nicht unterstützt. </div> % if (my $op = stash('operator')) { <div class="container" style="margin-top: 1ex; margin-bottom: 1ex; color: #555;"> Betrieb: <%= $op %> </div> % } Loading
lib/DBInfoscreen/Controller/Map.pm +1 −0 Original line number Diff line number Diff line Loading @@ -344,6 +344,7 @@ sub route { : undef, }, train_no => scalar $pl->{raw}{line}{additionalName}, operator => scalar $pl->{raw}{line}{operator}{name}, next_stop => $next_stop, polyline_groups => [ { Loading
templates/route_map.html.ep +6 −0 Original line number Diff line number Diff line Loading @@ -137,3 +137,9 @@ tatsächlichen Position des Zugs abweichen. Live-Tracking mit automatischer Kartenaktualisierung wird noch nicht unterstützt. </div> % if (my $op = stash('operator')) { <div class="container" style="margin-top: 1ex; margin-bottom: 1ex; color: #555;"> Betrieb: <%= $op %> </div> % }