@@ -733,16 +733,17 @@ message TrafficLight
733733 // The base parameters of the traffic light.
734734 //
735735 // \c BaseStationary::orientation x-axis is view normal of the traffic
736- // sign 's icon.
736+ // light 's icon.
737737 optional BaseStationary base = 2 ;
738738
739739 // The color of the traffic light.
740740 //
741741 // \note If the color of the traffic light is known (from history or
742742 // geometrical arrangement) and the state \c TrafficLight::mode is
743743 // \c MODE_OFF then \c TrafficLight::color could remain unchanged.
744- // If The traffic light displays different images in different colors,
745- // then \c TrafficLight::mode
744+ // If traffic light displays images in different colors and traffic light
745+ // is off ( \c TrafficLight::mode = \c MODE_OFF), then
746+ // \c TrafficLight::color = \c COLOR_OTHER .
746747 optional Color color = 3 ;
747748
748749 // The icon of the traffic light.
@@ -882,17 +883,31 @@ message TrafficLight
882883 //
883884 ICON_PEDESTRIAN_AND_BICYCLE = 19 ;
884885
885- // This traffic light is valid for trams.
886- //
887- ICON_TRAM = 20 ;
888-
889886 // This traffic light counter in second.
890887 //
891- ICON_COUNTDOWN_SECONDS = 21 ;
888+ ICON_COUNTDOWN_SECONDS = 20 ;
892889
893890 // This traffic light counter in percent.
894891 //
895- ICON_COUNTDOWN_PERCENT = 22 ;
892+ ICON_COUNTDOWN_PERCENT = 21 ;
893+
894+ // This traffic light is valid for trams.
895+ //
896+ // \note There is no detailed traffic light specification for trams and
897+ // buses at the moment.
898+ ICON_TRAM = 22 ;
899+
900+ // This traffic light is valid for buses.
901+ //
902+ // \note There is no detailed traffic light specification for trams and
903+ // buses at the moment.
904+ ICON_BUS = 23 ;
905+
906+ // This traffic light is valid for buses and trams.
907+ //
908+ // \note There is no detailed traffic light specification for trams and
909+ // buses at the moment.
910+ ICON_BUS_AND_TRAM = 24 ;
896911 }
897912
898913 // Definition of light modes for traffic lights.
0 commit comments