-
Notifications
You must be signed in to change notification settings - Fork 20
B. Filter aircraft of interest
Al Kissack edited this page Mar 22, 2024
·
4 revisions
This modification provides an extension to the altitude filter that allows you to only show aircraft that have been defined as 'special'. Generally in this data these will be UK and US military codes and also selected other aircraft such as the emergency services and government aircraft
- index.html - Alter the 'form' (ref: AK11A)
- planeObject.js - isFiltered function changes - (ref: AK11B)
- script.js - onResetAltitudeFilters - (ref: AK11C)
- script.js - updatePlaneFilter - (ref: AK11D)
References, eg: "ref: AK1C" refer to comments in the code that can be searched for to locate the specific changes