Closed tj1816 closed 1 year ago
Yep, there's an example in the main code file:
# optional filter example - check things and return false if you want
# if altitude > 10000:
# print("Altitude Filter matched so don't display anything")
# return False
Is there any way to change which flights are displayed with an altitude filter?