Skip to content

Commit

Permalink
fix(editor): remove unused default lat/lon feed info fields
Browse files Browse the repository at this point in the history
These fields were residual from the first generation GTFS Editor, which used the fields to
initialize the map location to the provided lat/lon. This is no longer required.
  • Loading branch information
landonreed committed May 6, 2018
1 parent c65f136 commit c82c5ff
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions gtfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,6 @@
inputType: TEXT
columnWidth: 12
helpContent: "The feed publisher can specify a string here that indicates the current version of their GTFS feed. GTFS-consuming applications can display this value to help feed publishers determine whether the latest version of their feed has been incorporated."
- name: "defaultLat"
required: false
displayName: Default lat
datatools: true
inputType: LATITUDE
columnWidth: 6
# helpContent: "The stop_lat field contains the latitude of a stop or station. The field value must be a valid WGS 84 latitude."
- name: "defaultLon"
displayName: Default lon
required: false
datatools: true
inputType: LONGITUDE
columnWidth: 6
# helpContent: "The stop_lon field contains the longitude of a stop or station. The field value must be a valid WGS 84 longitude value from -180 to 180."


- id: agency
name: agency.txt
Expand Down

0 comments on commit c82c5ff

Please sign in to comment.