We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894eff7 commit aa8c583Copy full SHA for aa8c583
osi_lane.proto
@@ -856,8 +856,10 @@ message LaneBoundary
856
DASH_END = 4;
857
858
// The current \c BoundaryPoint is located in the gap between
859
- // two dashes on a dashed line or indicates the start or end of
860
- // a lane boundary off the dash.
+ // two dashes. When used to describe a first/last point of a lane
+ // boundary, it indicates that the lane boundary starts/ends in
861
+ // a gap.
862
+ //
863
DASH_GAP = 5;
864
}
865
0 commit comments