style marqueurs events, page nouvelles catégories

This commit is contained in:
Tykayn 2025-10-04 16:14:42 +02:00 committed by tykayn
parent 20a8445a5f
commit 9fb9986a2c
15 changed files with 987 additions and 203 deletions

View file

@ -186,6 +186,25 @@ const oedb = {
properties: {
lightning_count: { label: 'Nombre déclairs', writable: true }
}
}, 'weather.flood': {
emoji: '🌊',
label: 'Inondation',
category: 'Météo',
description: 'Inondation',
durationHours: 24,
properties: {
flood_level: { label: 'Niveau d\'inondation', writable: true }
}
},
'weather.snow': {
emoji: '❄️',
label: 'Neige',
category: 'Météo',
description: 'Neige',
durationHours: 12,
properties: {
snow_level: { label: 'Niveau de neige', writable: true }
}
},
'weather.earthquake': {
emoji: '🌎',