File tree 4 files changed +25
-0
lines changed
4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,15 @@ message RoadMarking
106
106
//
107
107
repeated Identifier assigned_lane_id = 6 ;
108
108
109
+
110
+ // Boolean flag to indicate that the road marking is taken out of service.
111
+ // This can be achieved by visibly crossing the road marking with stripes,
112
+ // or completly covering a road marking making it not visible.
113
+ //
114
+ // \image html OSI_RoadMaking_is_out_of_service.jpg width=800px
115
+ //
116
+ optional bool is_out_of_service = 7 ;
117
+
109
118
// Definition of road marking types.
110
119
//
111
120
enum Type
Original file line number Diff line number Diff line change @@ -70,6 +70,12 @@ message TrafficLight
70
70
//
71
71
repeated Identifier assigned_lane_id = 5 ;
72
72
73
+ // Boolean flag to indicate that the traffic light is taken out of service.
74
+ // This can be achieved by visibly crossing the light, covering it completely
75
+ // or swiching the traffic light off.
76
+ //
77
+ optional bool is_out_of_service = 6 ;
78
+
73
79
// Definition of colors for traffic lights.
74
80
//
75
81
enum Color
Original file line number Diff line number Diff line change @@ -271,6 +271,11 @@ message TrafficSign
271
271
//
272
272
optional bool vertically_mirrored = 6 ;
273
273
274
+ // Boolean flag to indicate that a traffic sign is taken out of service.
275
+ // This can be achieved by visibly crossing the sign or covering it completely.
276
+ //
277
+ optional bool is_out_of_service = 7 ;
278
+
274
279
// Definition of traffic sign types.
275
280
// Numbers are given according to German StVO.
276
281
//
@@ -5506,6 +5511,11 @@ message TrafficSign
5506
5511
//
5507
5512
repeated Arrow arrow = 6 ;
5508
5513
5514
+ // Boolean flag to indicate that the supplementary traffic sign is taken out of service.
5515
+ // This can be achieved by visibly crossing the sign or covering it completely.
5516
+ //
5517
+ optional bool is_out_of_service = 7 ;
5518
+
5509
5519
// Definition of supplementary sign types.
5510
5520
//
5511
5521
// For general supplementary signs use \c #TYPE_TEXT.
You can’t perform that action at this time.
0 commit comments