diff options
Diffstat (limited to 'lib/Travel/Status')
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/Services.pm.PL | 7 |
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', }, |