From ad18e0403dbdef24bf9cb1a6b5e9923666559910 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 13 Jun 2025 22:13:55 +0200 Subject: Add BEG service definition Related to https://github.com/derf/travelynx/issues/236 (except that travelynx does not support EFA backends yet) --- lib/Travel/Status/DE/EFA/Services.pm.PL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Travel/Status/DE/EFA/Services.pm.PL b/lib/Travel/Status/DE/EFA/Services.pm.PL index 5fc12d4..39e0e6b 100644 --- a/lib/Travel/Status/DE/EFA/Services.pm.PL +++ b/lib/Travel/Status/DE/EFA/Services.pm.PL @@ -35,6 +35,10 @@ sub load_instance { # VRT: Encoding issues # VVSt: NXDOMAIN my %efa_instance = ( + BEG => { + url => 'https://bahnland-bayern.de/efa', + name => 'Bayerische Eisenbahngesellschaft', + }, BSVG => { url => 'https://bsvg.efa.de/bsvagstd', name => 'Braunschweiger Verkehrs-GmbH', @@ -60,7 +64,7 @@ my %efa_instance = ( name => 'Nahverkehr Westfalen-Lippe', }, Rolph => { load_instance('de/rolph') }, - RVV => { + RVV => { url => 'https://efa.rvv.de/efa', name => 'Regensburger Verkehrsverbund', }, -- cgit v1.2.3