increase default GPS-Accuracy to 3m

pull/1749/head
Stephen Mather 2024-03-08 22:13:54 -05:00 zatwierdzone przez GitHub
rodzic cb3229a3d4
commit 2c6fd1dd9f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -838,7 +838,7 @@ def config(argv=None, parser=None):
type=float,
action=StoreValue,
metavar='<positive float>',
default=10,
default=3,
help='Set a value in meters for the GPS Dilution of Precision (DOP) '
'information for all images. If your images are tagged '
'with high precision GPS information (RTK), this value will be automatically '