diff --git a/src/main/lemondronor/advisorycircular.cljs b/src/main/lemondronor/advisorycircular.cljs index 54ddf2d..be9006a 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]