Skip to content
Commit 375f02ad authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix occasionally incorrect TripIDs (and thus incorrect polylines)

Until now, tripIDs were cached based on station and departure timestamp.
These are identical for any two trains departing at the same time at the same
station, leading to one of those getting being assigned a wrong tripID.

From now on, only the JSON reported by transport.rest is cached -- tripIDs
are always recomputed based on it.
parent eeec5faa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment