@@ -214,10 +214,6 @@ message TrafficSign
214214 //
215215 optional string model_reference = 3 ;
216216
217- // Assignment of this object to logical lanes
218- //
219- repeated LogicalLaneAssignment logical_lane_assignment = 4 ;
220-
221217 //
222218 // \brief \c Classification data for a traffic sign.
223219 //
@@ -381,6 +377,13 @@ message TrafficSign
381377 //
382378 optional string sub_code = 11 ;
383379
380+ // Assignment of this object to logical lanes.
381+ //
382+ // \note OSI uses singular instead of plural for repeated field
383+ // names.
384+ //
385+ repeated LogicalLaneAssignment logical_lane_assignment = 12 ;
386+
384387 // Definition of traffic sign types.
385388 // Numbers are given according to German StVO.
386389 //
@@ -5573,10 +5576,6 @@ message TrafficSign
55735576 //
55745577 optional string model_reference = 3 ;
55755578
5576- // Assignment of this object to logical lanes
5577- //
5578- repeated LogicalLaneAssignment logical_lane_assignment = 4 ;
5579-
55805579 //
55815580 // \brief \c Classification data for a supplementary traffic sign.
55825581 //
@@ -5706,6 +5705,13 @@ message TrafficSign
57065705 //
57075706 optional string sub_code = 11 ;
57085707
5708+ // Assignment of this object to logical lanes.
5709+ //
5710+ // \note OSI uses singular instead of plural for repeated field
5711+ // names.
5712+ //
5713+ repeated LogicalLaneAssignment logical_lane_assignment = 12 ;
5714+
57095715 // Definition of supplementary sign types.
57105716 //
57115717 // For general supplementary signs use \c #TYPE_TEXT.
0 commit comments