Unverified Commit 3e0ffe18 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

InTransit->add: efa: mark cancelled stops

parent 2c6890f8
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@ sub add {
						sched_dep   => _epoch( $j_stop->sched_dep ),
						rt_arr      => _epoch( $j_stop->rt_arr ),
						rt_dep      => _epoch( $j_stop->rt_dep ),
						isCancelled => $j_stop->is_cancelled,
						arr_delay   => $j_stop->arr_delay,
						dep_delay   => $j_stop->dep_delay,
						efa_load    => $j_stop->occupancy,