@@ -752,16 +752,17 @@ message TrafficLight
752752 // The base parameters of the traffic light.
753753 //
754754 // \c BaseStationary::orientation x-axis is view normal of the traffic
755- // sign 's icon.
755+ // light 's icon.
756756 optional BaseStationary base = 2 ;
757757
758758 // The color of the traffic light.
759759 //
760760 // \note If the color of the traffic light is known (from history or
761761 // geometrical arrangement) and the state \c TrafficLight::mode is
762762 // \c MODE_OFF then \c TrafficLight::color could remain unchanged.
763- // If The traffic light displays different images in different colors,
764- // then \c TrafficLight::mode
763+ // If traffic light displays images in different colors and traffic light
764+ // is off ( \c TrafficLight::mode = \c MODE_OFF), then
765+ // \c TrafficLight::color = \c COLOR_OTHER .
765766 optional Color color = 3 ;
766767
767768 // The icon of the traffic light.
@@ -901,17 +902,31 @@ message TrafficLight
901902 //
902903 ICON_PEDESTRIAN_AND_BICYCLE = 19 ;
903904
904- // This traffic light is valid for trams.
905- //
906- ICON_TRAM = 20 ;
907-
908905 // This traffic light counter in second.
909906 //
910- ICON_COUNTDOWN_SECONDS = 21 ;
907+ ICON_COUNTDOWN_SECONDS = 20 ;
911908
912909 // This traffic light counter in percent.
913910 //
914- ICON_COUNTDOWN_PERCENT = 22 ;
911+ ICON_COUNTDOWN_PERCENT = 21 ;
912+
913+ // This traffic light is valid for trams.
914+ //
915+ // \note There is no detailed traffic light specification for trams and
916+ // buses at the moment.
917+ ICON_TRAM = 22 ;
918+
919+ // This traffic light is valid for buses.
920+ //
921+ // \note There is no detailed traffic light specification for trams and
922+ // buses at the moment.
923+ ICON_BUS = 23 ;
924+
925+ // This traffic light is valid for buses and trams.
926+ //
927+ // \note There is no detailed traffic light specification for trams and
928+ // buses at the moment.
929+ ICON_BUS_AND_TRAM = 24 ;
915930 }
916931
917932 // Definition of light modes for traffic lights.
0 commit comments