Loading bin/efa +5 −0 Original line number Diff line number Diff line Loading @@ -300,14 +300,19 @@ if (@exclude) { zug s-bahn u-bahn stadtbahn tram stadtbus regionalbus schnellbus seilbahn schiff ast sonstige /; my $ok = 0; foreach my $exclude_type (@exclude) { for my $map_id (0 .. $#mapping) { if ($exclude_type eq $mapping[$map_id]) { $post{"inclMOT_$map_id"} = undef; $ok = 1; } } } if (not $ok) { die("Invalid argument. See manpage for --exclude usage\n"); } } if (defined($maxinter)) { Loading Loading
bin/efa +5 −0 Original line number Diff line number Diff line Loading @@ -300,14 +300,19 @@ if (@exclude) { zug s-bahn u-bahn stadtbahn tram stadtbus regionalbus schnellbus seilbahn schiff ast sonstige /; my $ok = 0; foreach my $exclude_type (@exclude) { for my $map_id (0 .. $#mapping) { if ($exclude_type eq $mapping[$map_id]) { $post{"inclMOT_$map_id"} = undef; $ok = 1; } } } if (not $ok) { die("Invalid argument. See manpage for --exclude usage\n"); } } if (defined($maxinter)) { Loading