Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add protobuf boolean attribute StopEstimate.is_via_point #338

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fi.hsl</groupId>
<artifactId>transitdata-common</artifactId>
<version>1.5.5-RC</version>
<version>1.5.6-RC</version>
<packaging>jar</packaging>
<name>Common utilities for Transitdata projects</name>
<properties>
Expand Down
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.