From 9ad74dd91d5fdba472bb0381b5c6f30741cd3fee Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 10 Jan 2025 18:54:50 +0100 Subject: Map: Switch to VRN as well --- lib/DBInfoscreen/Controller/Map.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/DBInfoscreen') diff --git a/lib/DBInfoscreen/Controller/Map.pm b/lib/DBInfoscreen/Controller/Map.pm index 6a66adf..a96cd1b 100644 --- a/lib/DBInfoscreen/Controller/Map.pm +++ b/lib/DBInfoscreen/Controller/Map.pm @@ -508,7 +508,7 @@ sub route { return $self->route_efa; } - my $service = 'DB'; + my $service = 'VRN'; if ( $hafas and $hafas ne '1' and Travel::Status::DE::HAFAS::get_service($hafas) ) @@ -785,7 +785,7 @@ sub ajax_route { my $line_no = $self->stash('lineno'); my $hafas = $self->param('hafas'); - my $service = 'DB'; + my $service = 'VRN'; if ( $hafas and $hafas ne '1' and Travel::Status::DE::HAFAS::get_service($hafas) ) -- cgit v1.2.3