add mammouth icon
This commit is contained in:
parent
b8d7cf1b20
commit
f34a5f0a83
1 changed files with 18 additions and 0 deletions
|
@ -98,6 +98,24 @@ window.EVENT_TYPES = {
|
|||
label: 'Travaux routiers',
|
||||
category: 'Circulation',
|
||||
description: 'Travaux sur la chaussée'
|
||||
},
|
||||
'wildlife': {
|
||||
emoji: '🦌',
|
||||
label: 'Animal',
|
||||
category: 'Vie sauvage',
|
||||
description: 'Détection d\'animaux'
|
||||
},
|
||||
'traffic.mammoth': {
|
||||
emoji: '🦣',
|
||||
label: 'Mammouth laineux wohoooo! (évènement de test)',
|
||||
category: 'Obstacle',
|
||||
description: 'Un mammouth laineux bloque la route'
|
||||
},
|
||||
'hazard.piranha': {
|
||||
emoji: '🐟',
|
||||
label: 'Piranha dans la piscine',
|
||||
category: 'Danger',
|
||||
description: 'Des pirana attaquent dans cette piscine'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue