Change minimum airport distance from 2.5 km to 3.5 km.
This commit is contained in:
parent
82baa4509b
commit
2f7dd3c1b9
@ -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}})
|
||||||
|
Loading…
Reference in New Issue
Block a user