From 9de4e56217421f63dc20e3b51dde4f0f06f2d803 Mon Sep 17 00:00:00 2001 From: Thomas Bleher Date: Wed, 18 Jan 2023 15:08:04 +0100 Subject: [PATCH] Logical lanes: add street name The street name is helpful when displaying the map (e.g. for navigation purposes). The street name is added to the logical lanes, since the street name will typically come from the underlying map, and most map formats are more similar to logical lanes than to physical lanes. Signed-off-by: Thomas Bleher --- osi_logicallane.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/osi_logicallane.proto b/osi_logicallane.proto index a0c28f602..f709a89a6 100644 --- a/osi_logicallane.proto +++ b/osi_logicallane.proto @@ -582,6 +582,10 @@ message LogicalLane // repeated LaneConnection successor_lane = 15; + // Name of the street this lane belongs to. + // + optional string street_name = 16; + // // Definition of available lane types. //