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 839c10c commit 96b2290Copy full SHA for 96b2290
osi_landmark.proto
@@ -823,6 +823,8 @@ message TrafficSign
823
//
824
// \note Field need not be set if traffic sign type does not require it.
825
826
+ // \note OSI uses singular instead of plural for repeated field names.
827
+ //
828
repeated TrafficSignValue value = 2;
829
830
// Definition of supplementary sign types.
@@ -1375,7 +1377,7 @@ message RoadMarking
1375
1377
1376
1378
// \note Field need not be set if road marking type does not require it.
1379
- repeated TrafficSignValue value = 7;
1380
+ optional TrafficSignValue value = 7;
1381
1382
// Additional text value as road marking, e.g. BUS, TAXI etc.
1383
0 commit comments