Skip to content
Snippets Groups Projects
Unverified Commit 0c92b7c1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Add ZVV backend

parent f4f5dde7
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,8 @@ my %hafas_instance = (
),
stopfinder => 'https://fahrplan.vos.info/bin/ajax-getstop.exe',
},
VRN => { load_instance( 'de/vrn', lang => 'deu' ), }
VRN => { load_instance( 'de/vrn', lang => 'deu' ), },
ZVV => { load_instance( 'ch/zvv', lang => 'deu' ), },
);
my $perlobj = Data::Dumper->new( [ \%hafas_instance ], ['hafas_instance'] );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment