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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -223,24 +223,24 @@
223
223
required: true
224
224
inputType: DROPDOWN
225
225
options:
226
-
- value: 'IN_PROGRESS'
226
+
- value: 0
227
227
text: 'In Progress'
228
-
- value: 'PENDING_APPROVAL'
228
+
- value: 1
229
229
text: 'Pending Approval'
230
-
- value: 'APPROVED'
230
+
- value: 2
231
231
text: 'Approved'
232
232
columnWidth: 6
233
233
adminOnly: true
234
234
# helpContent: The route_id field contains an ID that uniquely identifies a route. The route_id is dataset unique.
235
-
- name: publiclyVisible
235
+
- name: publicly_visible
236
236
datatools: true
237
237
displayName: Public?
238
238
required: true
239
239
inputType: DROPDOWN
240
240
options:
241
-
- value: false
241
+
- value: 0
242
242
text: 'No'
243
-
- value: true
243
+
- value: 1
244
244
text: 'Yes'
245
245
columnWidth: 6
246
246
adminOnly: true
@@ -359,7 +359,7 @@
359
359
required: false
360
360
inputType: TEXT
361
361
columnWidth: 6
362
-
helpContent: "The trip_headsign field contains the text that appears on a sign that identifies the trip's destination to passengers. Use this field to distinguish between different patterns of service in the same route. If the headsign changes during a trip, you can override the trip_headsign by specifying values for the thestop_headsign field in stop_times.txt."
362
+
helpContent: "The trip_headsign field contains the text that appears on a sign that identifies the trip's destination to passengers. Use this field to distinguish between different patterns of service in the same route. If the headsign changes during a trip, you can override the trip_headsign by specifying values for the the stop_headsign field in stop_times.txt."
0 commit comments