From 9f3d0e94e3669676a8c3cb25a35a5a25e1492292 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 15 Mar 2025 20:44:50 +0100 Subject: feed_info & routes: follow best practices as suggested by the gtfs validator of MobilityData --- feed_info.txt | 2 +- routes.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/feed_info.txt b/feed_info.txt index ec5a721..35a1130 100644 --- a/feed_info.txt +++ b/feed_info.txt @@ -1,2 +1,2 @@ feed_publisher_name,feed_publisher_url,feed_lang,feed_start_date,feed_end_date,feed_version -Ilztalbahn GmbH,https://ilztalbahn.eu/,de,20250501,20251012, +Ilztalbahn GmbH,https://ilztalbahn.eu/,de,20250501,20251012,"vorläufiger Fahrplan 2025" diff --git a/routes.txt b/routes.txt index 3df46f0..fc81735 100644 --- a/routes.txt +++ b/routes.txt @@ -1,2 +1,2 @@ -route_id,route_short_name,route_long_name,route_type,route_url,route_color -ITB,ITB,Ilztalbahn im Donau-Moldau-Verbund,2,http://ilztalbahn.eu/,b7bd00 +route_id,agency_id,route_short_name,route_long_name,route_type,route_url,route_color +ITB,ilztalbahn-bavaria-de,ITB,Ilztalbahn im Donau-Moldau-Verbund,2,http://ilztalbahn.eu/,b7bd00 -- cgit v1.2.3