[2.13.2] 修复闯红灯预警icon错误的问题
This commit is contained in:
@@ -253,7 +253,7 @@ enum class EventTypeEnumNew(
|
||||
),
|
||||
//---------弱势交通参与者 obu and cloud end -------->
|
||||
|
||||
//--------------红绿灯 start -------> TODO 修改重复
|
||||
//--------------红绿灯 start ------->
|
||||
TYPE_USECASE_ID_IVP_RED(
|
||||
1666.toString(),
|
||||
"闯红灯预警",
|
||||
@@ -857,6 +857,10 @@ enum class EventTypeEnumNew(
|
||||
TYPE_USECASE_ID_IVP_GREEN.poiType -> {
|
||||
R.drawable.icon_warning_v2x_traffic_lights_green
|
||||
}
|
||||
//闯红灯预警
|
||||
TYPE_USECASE_ID_IVP_RED.poiType -> {
|
||||
R.drawable.icon_warning_v2x_traffic_lights_red
|
||||
}
|
||||
//鬼探头类型
|
||||
GHOST_PROBE.poiType -> {
|
||||
R.drawable.icon_warning_v2x_pedestrian_crossing
|
||||
|
||||
Reference in New Issue
Block a user