diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/stop_schedule.proto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/stop_schedule.proto b/src/common/stop_schedule.proto index e07e26c..40d5d30 100644 --- a/src/common/stop_schedule.proto +++ b/src/common/stop_schedule.proto @@ -39,3 +39,10 @@ message StopArrivals { repeated ScheduledArrival arrivals = 5; } + + +message Shape { + string shape_id = 1; + + repeated Epsg25829 points = 3; +} |
