travelynx/lib
Daniel Friesel ac2a23c3fa 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.
2020-04-16 09:47:31 +02:00
..
Travelynx use polyline when computing monthly/yearly distance travelled 2020-04-14 18:22:49 +02:00
Travelynx.pm Fix occasionally incorrect TripIDs (and thus incorrect polylines) 2020-04-16 09:47:31 +02:00