You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the library does not define models for the WZDx DetourRoadEvent. Thus it cannot be used to process DetourRoadEvents from WZDx Work Zone Feeds (the RoadEventFeature is deserialized, but the feature "Properties" are not) nor include them in a feed generated using this library.
Proposed solution
The library should be enhanced to include a DetourRoadEvent record in IBI.WZDx.Models.RoadEvents, the WZDxSerializer should be able to serialize/deserialize this type, and the RoadEventConverter should be able to handling incoming events with type "detour".
The text was updated successfully, but these errors were encountered:
Background
Currently, the library does not define models for the WZDx DetourRoadEvent. Thus it cannot be used to process DetourRoadEvents from WZDx Work Zone Feeds (the RoadEventFeature is deserialized, but the feature "Properties" are not) nor include them in a feed generated using this library.
Proposed solution
The library should be enhanced to include a
DetourRoadEvent
record inIBI.WZDx.Models.RoadEvents
, theWZDxSerializer
should be able to serialize/deserialize this type, and theRoadEventConverter
should be able to handling incoming events with type"detour"
.The text was updated successfully, but these errors were encountered: