diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-09-15 16:18:04 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-09-15 16:18:04 +0200 |
commit | 532cda964030cbd1010fd66cc3a4f50e7733cd73 (patch) | |
tree | 748a1e13ecf9b5f1119a4dc8e81b8a6bb24c0345 | |
parent | 166766843cbc8304e4a6ac75963245a25cde050d (diff) |
add remaining stopfinder urls
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index 8d33ec9..7747818 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -32,44 +32,52 @@ my %hafas_instance = ( }, NAHSH => { url => 'http://nah.sh.hafas.de/bin/stboard.exe', + stopfinder => 'http://nah.sh.hafas.de/bin/ajax-getstop.exe', name => 'Nahverkehrsverbund Schleswig-Holstein', productbits => [qw[ice ice ice regio s bus ferry u tram ondemand]], }, NASA => { url => 'http://reiseauskunft.insa.de/bin/stboard.exe', + stopfinder => 'http://reiseauskunft.insa.de/bin/ajax-getstop.exe', name => 'Nahverkehrsservice Sachsen-Anhalt', productbits => [qw[ice ice regio regio regio tram bus ondemand]], }, NVV => { - url => 'http://auskunft.nvv.de/auskunft/bin/jp/stboard.exe', - name => 'Nordhessischer VerkehrsVerbund', + url => 'http://auskunft.nvv.de/auskunft/bin/jp/stboard.exe', + stopfinder => 'http://auskunft.nvv.de/auskunft/bin/jp/ajax-getstop.exe', + name => 'Nordhessischer VerkehrsVerbund', productbits => [qw[ice ic_ec regio s u tram bus bus ferry ondemand regio regio]], }, 'ÖBB' => { - url => 'http://fahrplan.oebb.at/bin/stboard.exe', - name => 'Österreichische Bundesbahnen', + url => 'http://fahrplan.oebb.at/bin/stboard.exe', + stopfinder => 'http://fahrplan.oebb.at/bin/ajax-getstop.exe', + name => 'Österreichische Bundesbahnen', productbits => [qw[ice ice ice regio regio s bus ferry u tram ice ondemand ice]], }, RSAG => { url => 'http://fahrplan.rsag-online.de/hafas/stboard.exe', + stopfinder => 'http://fahrplan.rsag-online.de/hafas/ajax-getstop.exe', name => 'Rostocker Straßenbahn AG', productbits => [qw[ice ice ice regio s bus ferry u tram ondemand]], }, SBB => { - url => 'http://fahrplan.sbb.ch/bin/stboard.exe', - name => 'Schweizerische Bundesbahnen', + url => 'http://fahrplan.sbb.ch/bin/stboard.exe', + stopfinder => 'http://fahrplan.sbb.ch/bin/ajax-getstop.exe', + name => 'Schweizerische Bundesbahnen', productbits => [qw[ice ice regio regio ferry s bus cablecar regio tram]], }, VBB => { url => 'http://fahrinfo.vbb.de/bin/stboard.exe', + stopfinder => 'http://fahrinfo.vbb.de/bin/ajax-getstop.exe', name => 'Verkehrsverbund Berlin-Brandenburg', productbits => [qw[s u tram bus ferry ice regio]], }, VBN => { url => 'https://fahrplaner.vbn.de/hafas/stboard.exe', + stopfinder => 'https://fahrplaner.vbn.de/hafas/ajax-getstop.exe', name => 'Verkehrsverbund Bremen/Niedersachsen', productbits => [qw[ice ice regio regio s bus ferry u tram ondemand]], }, |