Skip to content

Commit 96b2290

Browse files
Documentation and bugfix
1 parent 839c10c commit 96b2290

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

osi_landmark.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,8 @@ message TrafficSign
823823
//
824824
// \note Field need not be set if traffic sign type does not require it.
825825
//
826+
// \note OSI uses singular instead of plural for repeated field names.
827+
//
826828
repeated TrafficSignValue value = 2;
827829

828830
// Definition of supplementary sign types.
@@ -1375,7 +1377,7 @@ message RoadMarking
13751377
//
13761378
// \note Field need not be set if road marking type does not require it.
13771379
//
1378-
repeated TrafficSignValue value = 7;
1380+
optional TrafficSignValue value = 7;
13791381

13801382
// Additional text value as road marking, e.g. BUS, TAXI etc.
13811383
//

0 commit comments

Comments
 (0)