mapsme / omim

πŸ—ΊοΈ MAPS.ME β€” Offline OpenStreetMap maps for iOS and Android
Apache License 2.0
4.57k stars 1.15k forks source link

Where to get recorded GPX tracks #4164

Open nh2 opened 8 years ago

nh2 commented 8 years ago

http://maps.me/en/help says

Can I record tracks in GPX format in MAPS.ME?

So far, you can use "Recent track" option (app's settings – Map – Recent track). It allows you to record travelled path for a ceratin period and see it on the map. You can also convert GPX to KML or KMZ and import tracks and bookmarks in KML or KMZ format.

But this doesn't describe where the GPX track actually is, so it doesn't really answer the question. Where can I find it?

On the phone's memory I can find gps_track.dat but that doesn't seem to be GPX or KML.

lambdaupb commented 7 years ago

I wrote a python reader for the gps_track.dat file a few month ago:

https://gist.github.com/lambdaupb/21bfa917292d45c9b4fef4964799b3d4

conversion to gpx should be easy, but was to boring :P

lambdaupb commented 7 years ago

There really should be a feature to export the recent track to GPX, really useful when you were travelling and want to remember the places you went.

agran commented 6 years ago

gps_track.dat to gpx converter: https://gist.github.com/agran/db0925563840840b3730338a1dd20de6

hsn10 commented 6 years ago

It would be very helpful to havestart stop pause GPX track recording. It helps a lot with mapping.

goodwingibbins commented 3 years ago

Hi - had a bit of a mugging situation yesterday while recording tracks and would like to use this workaround to get my track off my iPhone. Could you give a few more hints?

I think the first question is on an iOS device, how do I find gps_track.dat?

goodwingibbins commented 3 years ago

Oh! Got it. iPhone in Mac -> iTunes -> File Sharing -> Maps.me -> gps_track.dat. Then in the command line

python3 mapswithme_track_gpx.py gps_track.dat > gpx.txt

Worked great. Hope this helps someone else in the future!

skalolaskovy commented 1 week ago

https://github.com/skalolaskovy/me2gpx

( https://skalolaskovy.ru/python/612-mapsme-organic-maps-dat-to-gpx )