The RoadEventFeature
object is the container object for a WZDx RoadEvent. 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. | Conditional; Required if road event's ID is not provided via the road_event_id property on the road event (detailed in the properties property). |
In prior versions of WZDx, the road event ID was given by a road_event_id property on the RoadEvent object. Now, road_event_id is deprecated and this id should be used instead. This property will be required in a future version of WZDx. 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 |
RoadEvent | The specific details of 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 2*n 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 |