style marqueurs events, page nouvelles catégories
This commit is contained in:
parent
20a8445a5f
commit
9fb9986a2c
15 changed files with 987 additions and 203 deletions
|
@ -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: '🌎',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue