Skip to content

Edit tracks and documentation about the mtrack format #185

Answered by andreynovikov
lenzls asked this question in Q&A
Discussion options

You must be logged in to vote

No, this is not possible, nor I can think of any easy and usable way to do this. You always can export track to GPX or KML format and edit it on PC. mtrack is a binary format using Google protobuf (pbf) encoding. The schema can be found here:
https://github.com/andreynovikov/trekarta/blob/master/app/src/main/java/mobi/maptrek/io/Track.proto
Simple raw reader and writer (without auto-generated classes) can be found here:
https://github.com/andreynovikov/trekarta/blob/master/app/src/main/java/mobi/maptrek/io/TrackManager.java
Feel free to ask further questions.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lenzls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants