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
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
Per https://developers.google.com/transit/gtfs-realtime/reference/VehiclePosition, the vehicle positions system should be updated to include any defined properties that are currently missing. Some properties may not be provided by Syncromatics, and others could be included outside of the spec as a workaround - more discussion of this @ opentripplanner/OpenTripPlanner#2329
TripDescriptor:
ScheduleRelationship:
VehicleDescriptor:
VehicleStopStatus:
Position:
CongestionLevel:
OccupancyStatus:
VehiclePosition:
Proposed timestamp workaround:
Modify api/resource/VehiclePositionsList and add the following header information:
Either at the root level, or inside another element like "header", so the resulting XML would be
Currently, we add the agencyId into each Vehicle element - it seems like this should be moved to the
<header/>
area.Checklist:
The text was updated successfully, but these errors were encountered: