From e09c8a80627dc0ae8c3a8f28ab4dc6ed7777aa7f Mon Sep 17 00:00:00 2001 From: "philip.cline" Date: Fri, 13 Oct 2023 11:56:35 -0400 Subject: [PATCH] refactor(gtfs config): update stop_code helptext, revert stop id --- gtfs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtfs.yml b/gtfs.yml index 9fcdeef78..746df907d 100644 --- a/gtfs.yml +++ b/gtfs.yml @@ -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