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 vehicle label in GTFS-RT vehicle descriptor cannot be longer than 10 characters, because it is stored in AvlReport.licensePlate when the license plate is not available:
Currently the vehicle label in GTFS-RT vehicle descriptor cannot be longer than 10 characters, because it is stored in
AvlReport.licensePlate
when the license plate is not available:transitime/transitclock/src/main/java/org/transitclock/feed/gtfsRt/GtfsRtVehiclePositionsReaderBase.java
Line 91 in dee0402
Increase max length for
AvlReport.licensePlate
column or add configuration option for not using vehicle label value for license plateThe text was updated successfully, but these errors were encountered: