fhorinek / BB

GNU General Public License v2.0
29 stars 15 forks source link

First version of "near" airspaces and their widget from side. #466

Closed bubeck closed 1 year ago

bubeck commented 1 year ago
This version uses floats to compute distance to airspaces of pilot.
In an improved version, we can switch to int32, which is faster.
However, I would like to PR this version first, to discuss overall
design and implementation.
bubeck commented 1 year ago

AIRSPACE_CACHE_VERSION has been increased, as we set brush and pen color if missing on parsing. Therefore cache version must be updated.