Skip to content

Commit 7feecaf

Browse files
authored
Merge pull request #701 from tbleher/streetname
Logical lanes: add street name
2 parents 9b037cd + 9de4e56 commit 7feecaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osi_logicallane.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,10 @@ message LogicalLane
582582
//
583583
repeated LaneConnection successor_lane = 15;
584584

585+
// Name of the street this lane belongs to.
586+
//
587+
optional string street_name = 16;
588+
585589
//
586590
// Definition of available lane types.
587591
//

0 commit comments

Comments
 (0)