@@ -818,16 +818,17 @@ message TrafficLight
818818 // The base parameters of the traffic light.
819819 //
820820 // \c BaseStationary::orientation x-axis is view normal of the traffic
821- // sign 's icon.
821+ // light 's icon.
822822 optional BaseStationary base = 2 ;
823823
824824 // The color of the traffic light.
825825 //
826826 // \note If the color of the traffic light is known (from history or
827827 // geometrical arrangement) and the state \c TrafficLight::mode is
828828 // \c MODE_OFF then \c TrafficLight::color could remain unchanged.
829- // If The traffic light displays different images in different colors,
830- // then \c TrafficLight::mode
829+ // If traffic light displays images in different colors and traffic light
830+ // is off ( \c TrafficLight::mode = \c MODE_OFF), then
831+ // \c TrafficLight::color = \c COLOR_OTHER .
831832 optional Color color = 3 ;
832833
833834 // The icon of the traffic light.
@@ -967,17 +968,31 @@ message TrafficLight
967968 //
968969 ICON_PEDESTRIAN_AND_BICYCLE = 19 ;
969970
970- // This traffic light is valid for trams.
971- //
972- ICON_TRAM = 20 ;
973-
974971 // This traffic light counter in second.
975972 //
976- ICON_COUNTDOWN_SECONDS = 21 ;
973+ ICON_COUNTDOWN_SECONDS = 20 ;
977974
978975 // This traffic light counter in percent.
979976 //
980- ICON_COUNTDOWN_PERCENT = 22 ;
977+ ICON_COUNTDOWN_PERCENT = 21 ;
978+
979+ // This traffic light is valid for trams.
980+ //
981+ // \note There is no detailed traffic light specification for trams and
982+ // buses at the moment.
983+ ICON_TRAM = 22 ;
984+
985+ // This traffic light is valid for buses.
986+ //
987+ // \note There is no detailed traffic light specification for trams and
988+ // buses at the moment.
989+ ICON_BUS = 23 ;
990+
991+ // This traffic light is valid for buses and trams.
992+ //
993+ // \note There is no detailed traffic light specification for trams and
994+ // buses at the moment.
995+ ICON_BUS_AND_TRAM = 24 ;
981996 }
982997
983998 // Definition of light modes for traffic lights.
0 commit comments