File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,15 @@ message RoadMarking
106106 //
107107 repeated Identifier assigned_lane_id = 6 ;
108108
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+
109118 // Definition of road marking types.
110119 //
111120 enum Type
Original file line number Diff line number Diff line change @@ -70,6 +70,12 @@ message TrafficLight
7070 //
7171 repeated Identifier assigned_lane_id = 5 ;
7272
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+
7379 // Definition of colors for traffic lights.
7480 //
7581 enum Color
Original file line number Diff line number Diff line change @@ -271,6 +271,11 @@ message TrafficSign
271271 //
272272 optional bool vertically_mirrored = 6 ;
273273
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+
274279 // Definition of traffic sign types.
275280 // Numbers are given according to German StVO.
276281 //
@@ -5506,6 +5511,11 @@ message TrafficSign
55065511 //
55075512 repeated Arrow arrow = 6 ;
55085513
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+
55095519 // Definition of supplementary sign types.
55105520 //
55115521 // For general supplementary signs use \c #TYPE_TEXT.
You can’t perform that action at this time.
0 commit comments