owntracks / recorder

Store and access data published by OwnTracks apps
Other
818 stars 120 forks source link

"Allow KML, GPX export - This we do enable in the back-end." what does this mean? #466

Open timdonovanuk opened 1 month ago

timdonovanuk commented 1 month ago

Trying to understand how to export to GPX, but cannot find any documentation or mention of this other than this line in the FAQ. Thanks.

jpmens commented 1 month ago

This has to be done on the command line. For instance:

$ ocat -u username -d devicername --from 2023-12-18 --to 2024-01-07 --format gpx > out.gpx

I can then upload the out.gpx file to https://www.gpsvisualizer.com/ to produce a map

rabbit-11013