Skip to content

Commit

Permalink
Merge pull request #338 from HSLdevcom/fix/stop-estimate-is-via-point
Browse files Browse the repository at this point in the history
Add protobuf boolean attribute StopEstimate.is_via_point
  • Loading branch information
LofhJann authored Oct 31, 2023
2 parents 5eeea18 + 361e78e commit a054858
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 51 deletions.
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.

0 comments on commit a054858

Please sign in to comment.