We don't use type or mlat in the API results.
This commit is contained in:
parent
82baa4509b
commit
46f236039e
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user