Merge pull request #1749 from smathermather/increase-default-GPS-Accuracy

increase default GPS-Accuracy to 3m
pull/1751/head
Piero Toffanin 2024-03-08 22:16:44 -05:00 zatwierdzone przez GitHub
commit ffcda0dc57
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 '