RYR23UZ showing route EGBE - EGBB
Clearly wrong, the two airports are very close to each other, possible bug with this new system?
I recall in the early days when I was fine-tuning my Heathrow arrivals/departures algorithm that it would occasionally mis-identify flights to/from London City (same runway orientation), so I can sympathise with AirNav's programmers - it's not a trivial exercise by any means.
Having said that, it's common knowledge that EGBE (Coventry) doesn't have any scheduled flights, so I'm rather surprised that the server process attempts to identify departures from there at all.
According to my database RYR23UZ (RYR1085) is EPRZ-EGBB, by the way.
<?xml version="1.0" encoding="utf-8" ?>
- <Flight>
<FlightNumber>RYR23UZ</FlightNumber>
<Callsign>Ryanair 23UZ</Callsign>
- <Leg>
- <Origin>
<ICAOCode>EPRZ</ICAOCode>
<IATACode>RZE</IATACode>
<AirportName>RZESZOW</AirportName>
<Country>POLAND</Country>
</Origin>
- <Destination>
<ICAOCode>EGBB</ICAOCode>
<IATACode>BHX</IATACode>
<AirportName>BIRMINGHAM/ELMDON</AirportName>
<Country>UNITED KINGDOM</Country>
</Destination>
<GCDistanceNM>899</GCDistanceNM>
<DistanceFromOriginNM>845</DistanceFromOriginNM>
<DistanceFromDestinationNM>56</DistanceFromDestinationNM>
</Leg>
</Flight>