From 46f236039e362174967a03e43b983dc02728c37d Mon Sep 17 00:00:00 2001 From: John Wiseman Date: Sun, 2 Aug 2020 15:30:26 -0700 Subject: [PATCH] We don't use type or mlat in the API results. --- src/main/lemondronor/advisorycircular.cljs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/lemondronor/advisorycircular.cljs b/src/main/lemondronor/advisorycircular.cljs index 5e8df2f..1985fd2 100644 --- a/src/main/lemondronor/advisorycircular.cljs +++ b/src/main/lemondronor/advisorycircular.cljs @@ -94,12 +94,10 @@ ;; roughly the height above mean sea level. :geom-alt (numstr (e "galt")) :gnd? (boolstr (e "gnd")) - :mlat? (= (e "mlat") "1") :speed (numstr (e "spd")) :squawk (nilstr (e "sqk")) :military? (= (e "mil") "1") - :callsign (nilstr (e "call")) - :type (nilstr (e "type"))})) + :callsign (nilstr (e "call"))})) (defn parse-adsbexchange-live-data [json-str]