The RoadEventFeature
object is the container object for a WZDx road event (WorkZoneRoadEvent, DetourRoadEvent, or RestrictionRoadEvent. The RoadEventFeature
object is an instance of a GeoJSON Feature.
Name | Type | Description | Conformance | Notes |
---|---|---|---|---|
id |
String | A unique identifier issued by the data feed provider to identify the WZDx road event. | Required | This is a GeoJSON property. |
type |
String; "Feature" |
The GeoJSON object type. This MUST be the string Feature . |
Required | This is a GeoJSON property. |
properties |
One of: WorkZoneRoadEvent, DetourRoadEvent, RestrictionRoadEvent | The specific details of the road event. | Required | This is a GeoJSON property. |
geometry |
GeoJSON Geometry object with type of LineString or MultiPoint |
The geometry of the road event. The Geometry object's type property MUST be LineString or MultiPoint. LineString allows specifying the entire road event path and should be preferred. MultiPoint should be used when only the start and end coordinates are known. |
Required | This is a GeoJSON property. |
bbox |
GeoJSON Bounding Box | Information on the coordinate range for this RoadEventFeature. Must be an array of length 2n where n is the number of dimensions represented in the geometry property, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of the geometry . |
Optional | This is a GeoJSON property. |
Property | Object |
---|---|
features |
WZDx Feed |
features |
RoadRestrictionFeed |