Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Travel-Routing-DE-EFA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
Travel-Routing-DE-EFA
Commits
1ec0a737
Commit
1ec0a737
authored
9 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
document accessibility options
parent
0f1d8e73
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/efa
+43
-0
43 additions, 0 deletions
bin/efa
with
43 additions
and
0 deletions
bin/efa
+
43
−
0
View file @
1ec0a737
...
...
@@ -657,6 +657,49 @@ Print version information
Set your walking speed to I<speed>.
Accepted values: normal (default), fast, slow
=item B<-x>|B<--accessibility> I<types>
Request connections satisfying all of the specified accessibility I<types>
(comma-separated list, option may be repeated). Please note that this may cause
the backend to return no results at all, either because no such connection
exists or because the required lines do not have the correct accessibility
attributes set.
The following I<types> are supported:
=over
=item e / no-escalators
Transfers must be possible without taking an escalator.
=item E / no-elevators
Transferst must be possible without using an elevator.
=item i / info
Does not restrict the requested connections. However, this option causes
B<efa> to display additional accessibility information for each route part
(where available). When B<-x w> or B<-x l> do not return any connections,
using B<-x i> might be more helpful (though it cannot guarantee that any of
the results satisfy the respective type).
=item l / nf / low-platform
All vehicles must be low-platform ("Niederflur").
=item s / no-stairs
Transfers must be possible without stairs (e.g. via escalators/elevators or
ramps).
=item w / wheelchair
All vehicles must be wheelchair accessible.
=back
=back
=head1 EXIT STATUS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment