ajout catégories wildlife et tests

This commit is contained in:
Tykayn 2025-10-02 16:50:46 +02:00 committed by tykayn
parent 30aa570a43
commit b8d7cf1b20

View file

@ -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',
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'
}
};