Re-enabled airport filter.
This commit is contained in:
parent
34c4337040
commit
7a5db5ab19
@ -320,8 +320,8 @@
|
|||||||
|
|
||||||
;; If the centroid of the aircraft's positions is less than this close
|
;; If the centroid of the aircraft's positions is less than this close
|
||||||
;; to an airport, then it's probably just doinf flight training.
|
;; to an airport, then it's probably just doinf flight training.
|
||||||
;;(def minimum-airport-distance-miles 2.5)
|
(def minimum-airport-distance-miles 2.5)
|
||||||
(def minimum-airport-distance-miles 0)
|
;;(def minimum-airport-distance-miles 0)
|
||||||
|
|
||||||
(defn process-potential-circle [ac config now]
|
(defn process-potential-circle [ac config now]
|
||||||
(p/let [icao (:icao ac)
|
(p/let [icao (:icao ac)
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
(.-level %)
|
(.-level %)
|
||||||
(.-message %))]
|
(.-message %))]
|
||||||
(def logger (createLogger
|
(def logger (createLogger
|
||||||
#js {:level "verbose"
|
#js {:level "info"
|
||||||
:format (.combine
|
:format (.combine
|
||||||
format
|
format
|
||||||
(.colorize format #js {:all true})
|
(.colorize format #js {:all true})
|
||||||
|
Loading…
Reference in New Issue
Block a user