diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-10 18:54:50 +0100 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-10 18:54:50 +0100 | 
| commit | 9ad74dd91d5fdba472bb0381b5c6f30741cd3fee (patch) | |
| tree | bf527536275fb73e36fba5a473077695791a81bd | |
| parent | 59c37b4d0d67f71416e385bf4a3e07bdd68c28fa (diff) | |
Map: Switch to VRN as well
| -rw-r--r-- | lib/DBInfoscreen/Controller/Map.pm | 4 | 
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) ) | 
