Skip to content

Commit

Permalink
fix(editor): fix route#wheelchair_accessible field name/values
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Apr 12, 2018
1 parent 6dbe55e commit 9d27484
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gtfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,18 +314,18 @@
text: Black
columnWidth: 6
helpContent: The route_text_color field can be used to specify a legible color to use for text drawn against a background of route_color. The color must be provided as a six-character hexadecimal number, for example, FFD700. If no color is specified, the default text color is black (000000).
- name: wheelchair_boarding
- name: wheelchair_accessible
required: false
displayName: Is route wheelchair accessible?
inputType: DROPDOWN
columnWidth: 12
helpContent: Indicates whether vehicles that operate on this route are wheelchair accessible.
options:
- value: 'UNKNOWN'
- value: 0
text: No information (0)
- value: 'AVAILABLE'
- value: 1
text: Yes (1)
- value: 'UNAVAILABLE'
- value: 2
text: No (2)
- name: route_branding_url
required: false
Expand Down

0 comments on commit 9d27484

Please # to comment.