From b1cc3a77f0f754e809adc11bc4dfbcde0b219ea1 Mon Sep 17 00:00:00 2001 From: Dunge Date: Thu, 12 Aug 2021 15:11:32 -0400 Subject: [PATCH] #159 Additional vehicle_impact to enable real time field data | clarification --- spec-content/enumerated-types/VehicleImpact.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec-content/enumerated-types/VehicleImpact.md b/spec-content/enumerated-types/VehicleImpact.md index 349266da..24edbc70 100644 --- a/spec-content/enumerated-types/VehicleImpact.md +++ b/spec-content/enumerated-types/VehicleImpact.md @@ -8,14 +8,14 @@ Value | Description `some-lanes-closed` | Some lanes are closed `all-lanes-open` | All lanes are open `alternating-one-way` | The roadway is alternating one way -`unknown` | The vehicle impact is unknown `some-lanes-closed-merge-left` | Some lanes merge to the left `some-lanes-closed-merge-right` | Some lanes merge to the right `all-lanes-open-shift-left` | All lanes are open, shift to the left `all-lanes-open-shift-right` | All lanes are open, shift to the right `some-lanes-closed-split` | Some lanes end and split & merge to the right and left `flagging` | A flagging operation is in effect -`temporary-traffic-signal` | A temporary traffic signal +`temporary-traffic-signal` | A temporary traffic signal is in operation +`unknown` | The vehicle impact is unknown ## Used By Property | Object --- | ---