From b96273b54a9b47c79e0afe40a918f751e82097ae Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sat, 22 Nov 2025 18:02:36 +0100 Subject: Link previous trip shapes for GPS positioning on circular routes (#111) Co-authored-by: Ariel Costas Guerrero Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> --- src/common/stop_schedule.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/stop_schedule.proto') diff --git a/src/common/stop_schedule.proto b/src/common/stop_schedule.proto index 40d5d30..74268f8 100644 --- a/src/common/stop_schedule.proto +++ b/src/common/stop_schedule.proto @@ -31,6 +31,9 @@ message StopArrivals { string terminus_code = 41; string terminus_name = 42; string terminus_time = 43; + + // Shape ID of the previous trip when the bus comes from another trip that ends at the starting point + string previous_trip_shape_id = 51; } string stop_id = 1; -- cgit v1.3