aboutsummaryrefslogtreecommitdiff
path: root/src/common/stop_schedule.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/stop_schedule.proto')
-rw-r--r--src/common/stop_schedule.proto3
1 files changed, 3 insertions, 0 deletions
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;