summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-06-13 22:13:55 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-06-13 22:13:55 +0200
commitad18e0403dbdef24bf9cb1a6b5e9923666559910 (patch)
tree82e231b517f477fa99019d8315ed9ae01a0c1e37 /lib
parentc496543bdc554123ef9485dd0147be582d62ee0a (diff)
Add BEG service definition
Related to https://github.com/derf/travelynx/issues/236 (except that travelynx does not support EFA backends yet)
Diffstat (limited to 'lib')
-rw-r--r--lib/Travel/Status/DE/EFA/Services.pm.PL6
1 files changed, 5 insertions, 1 deletions
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',
},