We don't use type or mlat in the API results.

This commit is contained in:
John Wiseman 2020-08-02 15:30:26 -07:00
parent 82baa4509b
commit 46f236039e
1 changed files with 1 additions and 3 deletions

View File

@ -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]