Loading
estimate_trip_position: handle trips without real-time data
rt_dep / rt_arr are set to 0 (not undef) in this case, so we gotta chain via || and not //
chaosdorf.de/git has been discontinued. Please refer to git.chaosdorf.de instead.
rt_dep / rt_arr are set to 0 (not undef) in this case, so we gotta chain via || and not //