Commit 4522e465 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

extend ignore-info defaults

todo: automatically remove Fahrradmitnahme when --bike is present, and at
some kind of wheelchair support to remove Einstiegshilfe and also enable
related EFA options (not supported by the library yet)
parent 590b7d4c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@ git HEAD
    * efa: Show current route information provided by the EFA backend, such
      as cancelled stops or diversions.
    * efa -E: Show transfer walking duration when available
    * efa: Extend --ignore-info default (this option will probably be
      overhauled in a future release)

Travel::Routing::DE::VRR 2.11 - Sun Jun 14 2015

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ use Getopt::Long qw/:config no_ignore_case/;
use List::Util qw(first);

our $VERSION = '2.11';
my $ignore_info = 'Fahrradmitnahme';
my $ignore_info = 'Fahrradmitnahme|Einstiegshilfe';
my $efa;
my $efa_url = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2';
my ( @from, @to, @via, $from_type, $to_type, $via_type );