summaryrefslogtreecommitdiff
path: root/lib/Travel/Status
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-08-12 17:40:37 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-08-12 17:40:37 +0200
commitb3d17625561392a0bf579c4b7f88c1c632e56e24 (patch)
tree5b491d626e0fa4a800d30e50487e7ba018485223 /lib/Travel/Status
parent2f25716a2f03a9cfce60af20f99d70d9a798205d (diff)
Add RSAG backend
Diffstat (limited to 'lib/Travel/Status')
-rw-r--r--lib/Travel/Status/DE/HAFAS/Services.pm.PL7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Travel/Status/DE/HAFAS/Services.pm.PL b/lib/Travel/Status/DE/HAFAS/Services.pm.PL
index 20de534..5a0d83f 100644
--- a/lib/Travel/Status/DE/HAFAS/Services.pm.PL
+++ b/lib/Travel/Status/DE/HAFAS/Services.pm.PL
@@ -167,9 +167,10 @@ my %hafas_instance = (
),
stopfinder => 'https://fahrplan.oebb.at/bin/ajax-getstop.exe',
},
- RMV => { load_instance( 'de/rmv', lang => 'deu' ), },
- STV => { load_instance( 'at/stv', lang => 'deu', ver => '1.32' ), },
- VBB => {
+ RMV => { load_instance( 'de/rmv', lang => 'deu' ), },
+ RSAG => { load_instance( 'de/rsag', lang => 'deu' ), },
+ STV => { load_instance( 'at/stv', lang => 'deu', ver => '1.32' ), },
+ VBB => {
load_instance( 'de/vbb', lang => 'deu' ),
stopfinder => 'https://fahrinfo.vbb.de/bin/ajax-getstop.exe',
},