summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-01-10 18:54:50 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2025-01-10 18:54:50 +0100
commit9ad74dd91d5fdba472bb0381b5c6f30741cd3fee (patch)
treebf527536275fb73e36fba5a473077695791a81bd /lib
parent59c37b4d0d67f71416e385bf4a3e07bdd68c28fa (diff)
Map: Switch to VRN as well
Diffstat (limited to 'lib')
-rw-r--r--lib/DBInfoscreen/Controller/Map.pm4
1 files changed, 2 insertions, 2 deletions
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) )