Skip to content

Vehicle label in GTFS-RT cannot be longer than 10 characters #272

@mjaakko

Description

@mjaakko

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:

private static String getLicensePlate(VehiclePosition vehicle) {

Increase max length for AvlReport.licensePlate column or add configuration option for not using vehicle label value for license plate

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions