From 84a2f18f4559f3b5f19b593c9e7a578914b95c51 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Wed, 5 Sep 2018 14:37:03 -0400 Subject: [PATCH] Update README.md --- src/Airmap/README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/src/Airmap/README.md b/src/Airmap/README.md index c5d0e3e..14e0027 100644 --- a/src/Airmap/README.md +++ b/src/Airmap/README.md @@ -1,25 +1,2 @@ -## To be deleted when development is complete +## Work in Progress -* Traffic monitor timeout is now set to 2 minutes following instructions from Thomas Voß. - -* Group rules jurisdictions - -* Check if we really need libairmap-cpp.dylib - -* ~Check rules sorting order. Repopulating QmlObjectListModel causes the repeater to show the contents in random order.~ - -* ~AirMapRestrictionManager seems to be incomplete (if not redundant). Shouldn't we use the array of AirSpace items returned by AirMapAdvisoryManager instead? In addition to the AirSpace object, it gives you a color to use in order of importance.~ See question below. - -* ~"Required" rules must be pre-selectd and cannot be unselected by the user~ - -* ~Add a "Wrong Way" icon to the airspace widget when not connected~ - - - -Questions: - -Given a same set of coordinates, what is the relationship between the `Airspace` elements returned by `Airspaces::Search` and those returned by `Status::GetStatus` (Advisories)? The former don’t have a “color”. The latter do but those don’t have any geometry. In addition, given two identical set of arguments (coordinates), the resulting sets are not the same. A given airspace may also be repeated several times with different “levels”, such as an airport having several “green” and several “yellow” advisories (but no red or orange). How do you filter what to show on the screen? - -Also, the main glaring airspace nearby, KRDU has one entry in Airspaces whose ID is not in the array returned by the advisories (and therefore no color to assign to it). In fact, KRDU shows up 20 times in Advisories and 11 times in Airspaces. - -In summary, why do I have to make two requests to get two arrays of Airspaces, which should be mostly the same?