Re-enabled airport filter.

This commit is contained in:
John Wiseman 2019-12-14 02:39:06 -08:00
parent 34c4337040
commit 7a5db5ab19
2 changed files with 3 additions and 3 deletions

View File

@ -320,8 +320,8 @@
;; If the centroid of the aircraft's positions is less than this close
;; to an airport, then it's probably just doinf flight training.
;;(def minimum-airport-distance-miles 2.5)
(def minimum-airport-distance-miles 0)
(def minimum-airport-distance-miles 2.5)
;;(def minimum-airport-distance-miles 0)
(defn process-potential-circle [ac config now]
(p/let [icao (:icao ac)

View File

@ -16,7 +16,7 @@
(.-level %)
(.-message %))]
(def logger (createLogger
#js {:level "verbose"
#js {:level "info"
:format (.combine
format
(.colorize format #js {:all true})