diff --git a/oedb/resources/demo/static/event-types.js b/oedb/resources/demo/static/event-types.js index 91b068d..5d3aa6b 100644 --- a/oedb/resources/demo/static/event-types.js +++ b/oedb/resources/demo/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 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' } };