FIxed altitude filtering.
(I forgot to store altitude in history, duh.)
This commit is contained in:
parent
6246a9d3ab
commit
fcbb023a5e
@ -79,6 +79,7 @@
|
|||||||
(let [icao (:icao ac)
|
(let [icao (:icao ac)
|
||||||
new-history-entry {:lat (:lat ac)
|
new-history-entry {:lat (:lat ac)
|
||||||
:lon (:lon ac)
|
:lon (:lon ac)
|
||||||
|
:alt (:alt ac)
|
||||||
:time (:postime ac)}]
|
:time (:postime ac)}]
|
||||||
(if (contains? db icao)
|
(if (contains? db icao)
|
||||||
(let [old-record (db icao)
|
(let [old-record (db icao)
|
||||||
|
Loading…
Reference in New Issue
Block a user