From b8d7cf1b2083e497598d803d513007f117e875c7 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 2 Oct 2025 16:50:46 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20cat=C3=A9gories=20wildlife=20et=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/event-types.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/static/event-types.js b/static/event-types.js index 91b068d..ba75441 100644 --- a/static/event-types.js +++ b/static/event-types.js @@ -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' } };