Skip to content

Commit 9d27484

Browse files
committed
fix(editor): fix route#wheelchair_accessible field name/values
1 parent 6dbe55e commit 9d27484

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gtfs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,18 +314,18 @@
314314
text: Black
315315
columnWidth: 6
316316
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).
317-
- name: wheelchair_boarding
317+
- name: wheelchair_accessible
318318
required: false
319319
displayName: Is route wheelchair accessible?
320320
inputType: DROPDOWN
321321
columnWidth: 12
322322
helpContent: Indicates whether vehicles that operate on this route are wheelchair accessible.
323323
options:
324-
- value: 'UNKNOWN'
324+
- value: 0
325325
text: No information (0)
326-
- value: 'AVAILABLE'
326+
- value: 1
327327
text: Yes (1)
328-
- value: 'UNAVAILABLE'
328+
- value: 2
329329
text: No (2)
330330
- name: route_branding_url
331331
required: false

0 commit comments

Comments
 (0)