Skip to content

Commit

Permalink
fix(feed_info): add feed_id to editor
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Oct 3, 2019
1 parent 0736af8 commit 89c3578
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gtfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
name: feed_info.txt
helpContent: The file contains information about the feed itself, rather than the services that the feed describes. GTFS currently has an agency.txt file to provide information about the agencies that operate the services described by the feed. However, the publisher of the feed is sometimes a different entity than any of the agencies (in the case of regional aggregators). In addition, there are some fields that are really feed-wide settings, rather than agency-wide.
fields:
- name: "feed_id"
required: false
inputType: TEXT
columnWidth: 12
helpContent: "The feed_id field contains the feed_id which should uniquely identify the GTFS feed within trip planning applications and ideally be universally unique among public transit operators."
- name: "feed_publisher_name"
required: true
inputType: TEXT
Expand Down
1 change: 1 addition & 0 deletions lib/editor/actions/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ export function fetchBaseGtfs ({
}
feed_info {
id
feed_id
feed_publisher_name
feed_publisher_url
feed_lang
Expand Down

0 comments on commit 89c3578

Please sign in to comment.