Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.63 KB

RoadRestrictionFeed.md

File metadata and controls

13 lines (11 loc) · 1.63 KB

RoadRestrictionFeed Object (GeoJSON FeatureCollection)

The RoadRestrictionFeed object is the root (highest level) object of a WZDx road restriction feed. There is one RoadRestrictionFeed object per road restriction feed GeoJSON document. The RoadRestrictionFeed is a GeoJSON FeatureCollection.

Properties

Name Type Description Conformance Notes
feed_info RoadEventFeedInfo Information about the WZDx road restriction feed. Required This is a WZDx-specific foreign member and is not part of the GeoJSON specification.
type String; "FeatureCollection" The GeoJSON object type. For WZDx, this must be the string FeatureCollection. Required This is a GeoJSON property.
features Array; [RoadEventFeature] An array of GeoJSON Feature objects which represent WZDx road events. Required
bbox GeoJSON Bounding Box Information on the coordinate range for all RoadEventFeatures in the WZDx feed. Must be an array of length 2*n where n is the number of dimensions represented in the contained geometries, 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 geometries. Optional This is a GeoJSON property.

Used By

Road Restriction GeoJSON document (one RoadRestrictionFeed object per file).