Unverified Commit 0c92b7c1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Add ZVV backend

parent f4f5dde7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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'] );