diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-14 15:57:34 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-14 15:57:34 +0100 |
| commit | 52f342f9135264216cdbf3012ea115981d0bc294 (patch) | |
| tree | bbb2e13e3ce277be5407a1dd1b169ee7d12256d1 /src/common | |
| parent | 799091e285bf918c4028ade435d9c974e27bb206 (diff) | |
Add Shape extraction from GTFS to new protobufs
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; +} |
