Skip to content

Commit

Permalink
Add protobuf boolean attribute StopEstimate.is_via_point
Browse files Browse the repository at this point in the history
  • Loading branch information
thjarvin committed Oct 27, 2023
1 parent 5eeea18 commit 2761065
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 50 deletions.
1 change: 1 addition & 0 deletions protos/internal-messages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ message StopEstimate {


optional string targeted_stop_id = 11; //The stop where the vehicle is targeted to stop (e.g. train using a different track than scheduled)
optional bool is_via_point = 12 [default = false];
}

message Bulletin {
Expand Down
201 changes: 151 additions & 50 deletions src/main/java/fi/hsl/common/transitdata/proto/InternalMessages.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2761065

Please sign in to comment.