diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-05-25 11:32:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-05-25 11:32:47 +0200 |
commit | 5279c129209053024c8b7f8366254d80af5ccbc5 (patch) | |
tree | 99231f9ce95d9b4397f4fc8d46ee3865218814eb /bin | |
parent | 723744f9fcbd96a28c294d8f59aa81034282e983 (diff) |
--proximity / use_near_stops: Accept walking time in minutes
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -179,7 +179,7 @@ GetOptions( max-change|m=i num-connections|n=i prefer|P=s - proximity|p + proximity|p:10 service|s=s time|t=s timeout=i @@ -522,9 +522,11 @@ Prefer connections with less walking (at interchanges) =back -=item B<-p>|B<--proximity> +=item B<-p>|B<--proximity> [I<minutes>] -Take stops close to the stop/start into account and possibly use them instead +Take stops close to the stop/start into account. By default, up to 10 minutes +of walking to/from the route's first/last stop is considered acceptable. You +can specify I<minutes> to use a custem value. =item B<-s>|B<--service> I<name> |