peter-mount / opendata

Latest & first public version of my code that monitors the UK Rail Network in real time using Open Data feeds
Other
12 stars 2 forks source link

RTT has issues when train is redirected around an issue #33

Closed peter-mount closed 9 years ago

peter-mount commented 9 years ago

201506151814765 the 2040 CHX to DVP got diverted from AFK to DVP via sandwich.

This confused the ordering as it showed stations from AFK to DVP as cancelled but then had DVP followed by the new schedule entries - DVP should be on the end.

image

peter-mount commented 9 years ago

The SQL rewrites have solved this as the ordering is now dictated by the SQL not Java.

For example, for the train above we now show: image

There is a new bug recorded in issue #46 which is dealing with the duplication at Martin Mill here.