From c82c5ffe73e1ca61e5f595f686b79a3567f409a9 Mon Sep 17 00:00:00 2001 From: Landon Reed Date: Sun, 6 May 2018 12:25:34 -0400 Subject: [PATCH] fix(editor): remove unused default lat/lon feed info fields 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. --- gtfs.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/gtfs.yml b/gtfs.yml index 2a41356bc..e079869fe 100644 --- a/gtfs.yml +++ b/gtfs.yml @@ -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