Change minimum airport distance from 2.5 km to 3.5 km.

This commit is contained in:
John Wiseman 2020-08-02 15:31:13 -07:00
parent 82baa4509b
commit 2f7dd3c1b9

View File

@ -715,7 +715,7 @@
;; If the centroid of the aircraft's positions is less than this ;; If the centroid of the aircraft's positions is less than this
;; close to an airport, then it's probably just doing flight ;; close to an airport, then it's probably just doing flight
;; training. ;; training.
:minimum-airport-distance-km 2.5 :minimum-airport-distance-km 3.5
:history-db-path "advisorycircular.json" :history-db-path "advisorycircular.json"
:aircraft-info-db-path "aircraft-info.sqb" :aircraft-info-db-path "aircraft-info.sqb"
:twitter {:enabled? true}}) :twitter {:enabled? true}})