mattshobe / flightmap

Automatically exported from code.google.com/p/flightmap
Apache License 2.0
0 stars 0 forks source link

Cluster Tower and CTAF frequencies when they are identical #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Most towered airports have a CTAF frequency listed that's identical to the 
tower frequency. When that's the case (which is almost always), don't show the 
CTAF frequency. I suggest fixing this in the database simply to reduce 
redundancy.

It could be fixed in the UI, but I think it's better handled in preprocessing.

Current result:
KSJC shows CTAF 124.0, then TWR/P 124.0.

Desired result:
Just show TWR/P 124.0, omit CTAF when identical to the sole tower frequency.

Some airports (like KRHV) have multiple tower frequencies. In this case, do 
show the CTAF.

Original issue reported on code.google.com by ph...@google.com on 20 Dec 2010 at 1:45

GoogleCodeExporter commented 9 years ago
Fixed in r520: when an airport has a tower frequency that is identical to its 
CTAF, the latter is removed and the following remark is appended to the former 
" (also CTAF)".

Original comment by aristi...@google.com on 31 Jan 2011 at 3:45