Use accuracy=0 for import, not null.

master
voussoir 2023-04-09 10:33:53 -07:00
parent c689d9e37f
commit 3b1ccb7781
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def import_gpx_argparse(args):
if trkpt.accuracy:
accuracy = trkpt.accuracy.text
else:
accuracy = None
accuracy = 0
if trkpt.ele:
ele = trkpt.ele.text
else: