You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gtfs.yml
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -203,11 +203,11 @@
203
203
required: false
204
204
inputType: DROPDOWN
205
205
options:
206
-
- value: '0'
206
+
- value: 'UNKNOWN'
207
207
text: No information (0)
208
-
- value: '1'
208
+
- value: 'AVAILABLE'
209
209
text: At least some vehicles (1)
210
-
- value: '2'
210
+
- value: 'UNAVAILABLE'
211
211
text: Not possible (2)
212
212
columnWidth: 12
213
213
helpContent: "The wheelchair_boarding field identifies whether wheelchair boardings are possible from the specified stop or station. The field can have the following values:"
@@ -314,6 +314,19 @@
314
314
text: Black
315
315
columnWidth: 6
316
316
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
318
+
required: false
319
+
displayName: Is route wheelchair accessible?
320
+
inputType: DROPDOWN
321
+
columnWidth: 12
322
+
helpContent: Indicates whether vehicles that operate on this route are wheelchair accessible.
0 commit comments