From 327f414740c584f1519f86cc3deb8dc6127a6736 Mon Sep 17 00:00:00 2001 From: Khlopkova Olga Date: Fri, 5 Feb 2021 17:50:49 +0300 Subject: [PATCH] Changed default StopLocationType. --- include/just_gtfs/just_gtfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/just_gtfs/just_gtfs.h b/include/just_gtfs/just_gtfs.h index 349d472..9fc160c 100644 --- a/include/just_gtfs/just_gtfs.h +++ b/include/just_gtfs/just_gtfs.h @@ -888,7 +888,7 @@ struct Stop Text stop_code; Text stop_desc; Text stop_url; - StopLocationType location_type = StopLocationType::GenericNode; + StopLocationType location_type = StopLocationType::StopOrPlatform; Text stop_timezone; Text wheelchair_boarding; Id level_id;