STA 85th anniversary buses

Is it possible to allow users to distinguish the STA 85th anniversary buses in the same way we do the Christmas buses?

Hi @j_busworth, we’re working on this and should have something for you soon. Will keep you updated.

Thanks,
Alex

Hi @j_busworth, the 85th Anniversary Buses are now in the real-time feed. The buses can be identified by the ‘special_vehicles_attributes’ field being set to “1” (formerly used to indicate xmas buses).

Example:

vehicle {
  id: "33553_11466389_2436_607X_1"
  [transit_realtime.tfnsw_vehicle_descriptor] {
    air_conditioned: true
    wheelchair_accessible: 1
    special_vehicle_attributes: 1
  }

Thanks,
Alex