From bb9a1bf609ba6e5bad00d99077212a702c15bdd6 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 4 Mar 2025 19:58:05 +0100 Subject: Remove VRN; switch default backend to ÖBB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/DBInfoscreen/Controller/Map.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/DBInfoscreen/Controller/Map.pm') diff --git a/lib/DBInfoscreen/Controller/Map.pm b/lib/DBInfoscreen/Controller/Map.pm index 9c83a07..294471d 100644 --- a/lib/DBInfoscreen/Controller/Map.pm +++ b/lib/DBInfoscreen/Controller/Map.pm @@ -507,7 +507,7 @@ sub route { return $self->route_efa; } - my $service = 'VRN'; + my $service = 'ÖBB'; if ( $hafas and $hafas ne '1' and Travel::Status::DE::HAFAS::get_service($hafas) ) @@ -784,7 +784,7 @@ sub ajax_route { my $line_no = $self->stash('lineno'); my $hafas = $self->param('hafas'); - my $service = 'VRN'; + my $service = 'ÖBB'; if ( $hafas and $hafas ne '1' and Travel::Status::DE::HAFAS::get_service($hafas) ) -- cgit v1.2.3