ajout évènements bison futé
This commit is contained in:
parent
9fb9986a2c
commit
677ee382d6
1 changed files with 53 additions and 0 deletions
|
@ -121,6 +121,59 @@ const oedb = {
|
||||||
lanes_affected: { label: 'Voies impactées', writable: true }
|
lanes_affected: { label: 'Voies impactées', writable: true }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
'traffic.OperatorAction.NetworkManagement.RoadOrCarriagewayOrLaneManagement': {
|
||||||
|
emoji: '',
|
||||||
|
image: 'static/cone.png',
|
||||||
|
label: 'Travaux de voirie',
|
||||||
|
category: 'Circulation',
|
||||||
|
description: 'Événement de type Traffic OperatorAction NetworkManagement RoadOrCarriagewayOrLaneManagement',
|
||||||
|
durationHours: 24,
|
||||||
|
properties: {
|
||||||
|
source: { label: 'Source', writable: true },
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
'traffic.OperatorAction.MaintenanceWorks': {
|
||||||
|
emoji: '',
|
||||||
|
image: 'static/cone.png',
|
||||||
|
label: 'Travaux d\'entretien de voirie',
|
||||||
|
category: 'Circulation',
|
||||||
|
description: 'Événement de type Traffic OperatorAction NetworkManagement RoadOrCarriagewayOrLaneManagement',
|
||||||
|
durationHours: 200,
|
||||||
|
properties: {
|
||||||
|
source: { label: 'Source', writable: true },
|
||||||
|
}
|
||||||
|
},
|
||||||
|
'traffic.OperatorAction.NetworkManagement.ReroutingManagement': {
|
||||||
|
emoji: '',
|
||||||
|
image: 'static/cone.png',
|
||||||
|
label: 'Gestion des déviations de voirie',
|
||||||
|
category: 'Circulation',
|
||||||
|
description: 'Événement de type Traffic OperatorAction NetworkManagement ReroutingManagement',
|
||||||
|
durationHours: 200,
|
||||||
|
properties: {
|
||||||
|
source: { label: 'Source', writable: true },
|
||||||
|
}
|
||||||
|
},
|
||||||
|
'traffic.OperatorAction.ConstructionWorks': {
|
||||||
|
emoji: '',
|
||||||
|
image: 'static/cone.png',
|
||||||
|
label: 'Travaux de construction',
|
||||||
|
category: 'Circulation',
|
||||||
|
description: 'Événement de type Traffic OperatorAction ConstructionWorks',
|
||||||
|
durationHours: 200,
|
||||||
|
properties: {
|
||||||
|
source: { label: 'Source', writable: true },
|
||||||
|
}
|
||||||
|
},
|
||||||
|
'traffic.obstacle.flood': {
|
||||||
|
emoji: '🌊',
|
||||||
|
label: 'Chaussée inondée',
|
||||||
|
category: 'Circulation',
|
||||||
|
description: 'Chaussée inondée',
|
||||||
|
durationHours: 50,
|
||||||
|
},
|
||||||
|
|
||||||
'wildlife': {
|
'wildlife': {
|
||||||
emoji: '🦌',
|
emoji: '🦌',
|
||||||
label: 'Animal',
|
label: 'Animal',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue