[2.13.2] fix bug of triangle has no marker

This commit is contained in:
zhongchao
2022-12-22 15:27:51 +08:00
parent 277f4b398c
commit 0ce3e18a72
2 changed files with 9 additions and 11 deletions

View File

@@ -619,7 +619,7 @@ enum class EventTypeEnum(
fun getMarker3DRes(poiType: String?): Int {
return when (poiType) {
FOURS_BLOCK_UP.poiType -> R.raw.v2x_yongdu
FOURS_ACCIDENT.poiType -> R.raw.v2x_shigu
FOURS_ACCIDENT.poiType,FOURS_ACCIDENT_04.poiType -> R.raw.v2x_shigu
FOURS_LIVING.poiType -> R.raw.v2x_shishilukuang
FOURS_FOG.poiType -> R.raw.v2x_nongwu
TRAFFIC_CHECK.poiType -> R.raw.v2x_jiaotongjiancha