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 ;; 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)

View File

@ -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})