diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-30 10:38:12 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-30 10:38:12 +0200 |
commit | 646a88c72667c8b68432a7316a9c5980f53107b6 (patch) | |
tree | 16e648906cc5d5349013406b95b7c9d006b12204 /templates/_public_status_card.html.ep | |
parent | 19d3f4afa84d7c237c8673f6555467ea5f7ae899 (diff) |
Show train route in checked-in view and profile / status card2.11.37
Diffstat (limited to 'templates/_public_status_card.html.ep')
-rw-r--r-- | templates/_public_status_card.html.ep | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index 972a07a..72b82df 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -197,6 +197,11 @@ </ul> </div> % } + % if (stash('station_coordinates')) { + <div id="map" style="height: 70vh;"> + </div> + %= include '_map', with_map_header => 0, station_coordinates => stash('station_coordinates'), polyline_groups => stash('polyline_groups') + % } % if ( @{$journey->{wagongroups} // []} ) { % if (stash('from_timeline')) { <div class="wagons" style="margin-top: 2ex;"> |