Skip to content

Commit

Permalink
Merge branch 'feature/DT-423-rename-stop-areas-location-groups' of ht…
Browse files Browse the repository at this point in the history
…tps://github.com/ibi-group/datatools-server into feature/DT-423-rename-stop-areas-location-groups
  • Loading branch information
br648 committed Jul 8, 2024
2 parents 1655d8f + 41de8f0 commit c2c14db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/gtfs/gtfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,16 @@
inputType: GTFS_STOP
columnWidth: 6
helpContent: "The stop_id field contains an ID that uniquely identifies a stop. Multiple routes may use the same stop. The stop_id is referenced from the stops.txt file. If location_type is used in stops.txt, all stops referenced in stop_times.txt must have location_type of 0."
- name: "location_id"
required: false
inputType: GTFS_ID
columnWidth: 6
helpContent: "The location_id field contains an ID that uniquely identifies a location. Multiple routes may use the same stop. The stop_id is referenced from the stops.txt file. If location_type is used in stops.txt, all stops referenced in stop_times.txt must have location_type of 0."
- name: "location_group_id"
required: false
inputType: TEXT
columnWidth: 6
helpContent: "The location_group_id"
- name: "stop_sequence"
required: true
inputType: POSITIVE_INT
Expand Down

0 comments on commit c2c14db

Please sign in to comment.