Skip to content

Commit

Permalink
refactor(gtfs config): update stop_code helptext, revert stop id
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-cline committed Oct 13, 2023
1 parent ecb1bab commit e09c8a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@
required: true
inputType: GTFS_ID
columnWidth: 6
helpContent: "The stop_id field contains an ID that identifies a stop or station. Multiple routes may use the same stop. The stop_id is dataset unique."
helpContent: "The stop_id field contains an ID that uniquely identifies a stop or station. Multiple routes may use the same stop. The stop_id is dataset unique."
- name: "stop_code"
required: false
inputType: TEXT
columnWidth: 6
helpContent: "The stop_code field contains short text or a number that uniquely identifies the stop for passengers. Stop codes are often used in phone-based transit information systems or printed on stop signage to make it easier for riders to get a stop schedule or real-time arrival information for a particular stop."
helpContent: "The stop_code field contains short text or a number that identifies the stop for passengers. Stop codes are often used in phone-based transit information systems or printed on stop signage to make it easier for riders to get a stop schedule or real-time arrival information for a particular stop."
- name: "stop_name"
required: false
inputType: TEXT
Expand Down

0 comments on commit e09c8a8

Please sign in to comment.