We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc48089 commit 44cf418Copy full SHA for 44cf418
web-app/src/app/utils/consts.tsx
@@ -146,6 +146,13 @@ export const DATASET_FEATURES: DatasetFeatures = {
146
fileName: 'fare_media.txt',
147
linkToInfo: 'https://gtfs.org/getting-started/features/fares/#fare-media',
148
},
149
+ 'Rider Categories': {
150
+ component: 'Fares',
151
+ componentSubgroup: 'Fares v2',
152
+ fileName: 'rider_categories.txt',
153
+ linkToInfo:
154
+ 'https://gtfs.org/getting-started/features/fares/#rider-categories',
155
+ },
156
'Route-Based Fares': {
157
component: 'Fares',
158
componentSubgroup: 'Fares v2',
0 commit comments