Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 2.18 KB

RoadEventFeature.md

File metadata and controls

17 lines (15 loc) · 2.18 KB

RoadEventFeature Object (GeoJSON Feature)

The RoadEventFeature object is the container object for a WZDx RoadEvent. The RoadEventFeature object is an instance of a GeoJSON Feature.

Properties

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.

Used By

Property Object
features WZDx Feed
features RoadRestrictionFeed