sco1 / skyportal

A PyPortal based flight tracker
MIT License
1 stars 0 forks source link

Helicopters from proxy API not getting correct icon #15

Closed sco1 closed 1 year ago

sco1 commented 1 year ago

I'm assuming the faux enum lookup is wrong. Probably also for ADSB.lol since the proxy is passing the category value straight through.

sco1 commented 1 year ago

This was an issue with the proxy server returning a string for aircraft category instead of the integer that was expected. The correct lookup has been added to the sample Lambda code.