You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was observed in this PR, When we download the data of airports/airspaces in the MSUI, sometimes the file size that is downloaded is 0Kb, this only happens with the ".xml" files and not with the ".csv" files. Due to this airspaces can't be drawn and an error is thrown which states "ERROR: Tried to draw airspaces without asp files.".The function which draws the airspace is here.
Steps to reproduce -
open msui #python mslib/msui/msui.py
Open top view and select airports/airspaces from (select to open control) and Update and download both airports and airspaces.
Click on apply and check the CLI. The image is given below for reference when the error is produced.
The text was updated successfully, but these errors were encountered:
This was observed in this PR, When we download the data of airports/airspaces in the MSUI, sometimes the file size that is downloaded is 0Kb, this only happens with the ".xml" files and not with the ".csv" files. Due to this airspaces can't be drawn and an error is thrown which states "ERROR: Tried to draw airspaces without asp files.".The function which draws the airspace is here.
Steps to reproduce -
open msui #python mslib/msui/msui.py
Open top view and select airports/airspaces from (select to open control) and Update and download both airports and airspaces.
The text was updated successfully, but these errors were encountered: