Skip to content

Commit 1ad30d5

Browse files
authored
Merge pull request #573 from thomassedlmayer/bug/ha/dashed-lines-with-gap
Add dash property to boundary points (alternative with gap enum)
2 parents ebf8be2 + aa8c583 commit 1ad30d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

osi_lane.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,13 @@ message LaneBoundary
854854
// The current \c BoundaryPoint indicates the end of a dash.
855855
//
856856
DASH_END = 4;
857+
858+
// The current \c BoundaryPoint is located in the gap between
859+
// two dashes. When used to describe a first/last point of a lane
860+
// boundary, it indicates that the lane boundary starts/ends in
861+
// a gap.
862+
//
863+
DASH_GAP = 5;
857864
}
858865
}
859866

0 commit comments

Comments
 (0)