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
1 changed files with 1 additions and 1 deletions

View File

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