Commit 036fb77c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

route_interesting: also consider airpoirts

parent 39c39051
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
git HEAD

    * Result->route_interesting: Also consider airports

Travel::Status::DE::DeutscheBahn 1.04 - Sun May 03 2015

    * Result: Add type accessor
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ sub route_interesting {
	$max_parts //= 3;

	for my $stop (@via) {
		if ( $stop =~ m{ ?Hbf}o ) {
		if ( $stop =~ m{ Hbf | Flughafen }ox ) {
			push( @via_main, $stop );
		}
	}