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

Timetable pages not showing correct Operator Names #5

Closed peter-mount closed 9 years ago

peter-mount commented 9 years ago

Submitted by Shaun McDonald via email:

Hi,

On http://uktra.in/timetable/schedule/Y18794/2014-12-21 the operator stated to be “National Express East Anglia”, when it is really "Abellio Greater Anglia”.

peter-mount commented 9 years ago

Problem was in the ATOCCode enum class as it was based on the CIF Specifcation which has older names in it rather than the Operator table's in the DB. This caused the problem as the timetable pages use the numerous enum's not the DB for displaying those fields.