Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update item names in Tabulator to reflect new flightradar24-client API #20

Open
E3V3A opened this issue Mar 13, 2018 · 1 comment
Open
Labels
api The API data sources we use enhancement New feature or request

Comments

@E3V3A
Copy link
Owner

E3V3A commented Mar 13, 2018

Update item names in Tabulator to reflect new flightradar24-client API v0.3.0.
Originally, several of the FlightRadar24 available items were missing in the v0.2.1 version of the flightradar24-client.

In order to use the Squawk codes in the watchList we need to update the names.

                {title:"RoC [ft/m]",    field:"climb",          headerSort:false, sortable:false, visible:false},
                {title:"Squawk",        field:"squawk",         headerSort:false, sortable:false, visible:true, responsive:1}, // formatter$
                {title:"isGND",         field:"ground",         headerSort:false, sortable:false, visible:false},
                {title:"isGlider",      field:"glider",         headerSort:false, sortable:false, visible:false},
//                {title:"RoC [ft/m]",    field:"rateOfClimb",    headerSort:false, sortable:false, visible:false},
//                {title:"Squawk",        field:"squawkCode",     headerSort:false, sortable:false, visible:true, responsive:1}, // formatt$
//                {title:"isGND",         field:"isOnGround",     headerSort:false, sortable:false, visible:false},
//                {title:"isGlider",      field:"isGlider",       headerSort:false, sortable:false, visible:false},

comments has the new names.

@E3V3A E3V3A added bug Something isn't working enhancement New feature or request labels Mar 13, 2018
@E3V3A
Copy link
Owner Author

E3V3A commented Mar 13, 2018

In the meantime I have committed a work-around to use a local copy in ./lib/radar.js.
You still need to install the flightradar24-client for the dependencies.

@E3V3A E3V3A added api The API data sources we use and removed bug Something isn't working labels Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api The API data sources we use enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant