diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-12 17:40:37 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-12 17:40:37 +0200 |
commit | b3d17625561392a0bf579c4b7f88c1c632e56e24 (patch) | |
tree | 5b491d626e0fa4a800d30e50487e7ba018485223 | |
parent | 2f25716a2f03a9cfce60af20f99d70d9a798205d (diff) |
Add RSAG backend
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/Services.pm.PL | 7 | ||||
-rwxr-xr-x | scripts/check-hafas-urls | 1 |
2 files changed, 5 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', }, diff --git a/scripts/check-hafas-urls b/scripts/check-hafas-urls index ae82bef..d5c9326 100755 --- a/scripts/check-hafas-urls +++ b/scripts/check-hafas-urls @@ -15,6 +15,7 @@ NASA Wernigerode Hbf NVV Kassel Hauptbahnhof ÖBB Wien Meidling RMV Mainz Hauptbahnhof +RSAG Rostock Hbf STV Graz VBB S+U Jannowitzbrücke (Berlin) VBN Diepholz |