-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] Overwriting changed .gpx (Save vs Save As) #95
Comments
This sounds quite similar to #71, with a few extra details. Having said that:
that shouldn't generally be true. The name of the track when you export should be the same as the one loaded. Any point names should be kept. Any comments attached to points should be kept. If a point is unedited, then also all of its extensions should be kept. If you're applying styles to different segments within the track, then yes those will not be kept because GpsPrune doesn't use any segment styles or track styles and has to re-generate these elements of the gpx file. I'm not sure of a good solution to that. Could you maybe make an artificial example of what you mean (just a handful of fake points and the features which you use)? That would be useful to see if there's a way to retain that even after you have edited the track. |
Hello, thank you for a very quick response. I attach a test. There is a file test.gpx containing:
It all gets lost in the exported file in which I edited (moved) one track point:
|
Hello! I've been using this great software for some time. Helps me a lot with my tracks. I miss one option, though. Sometimes I need to correct several points in my track, and I don't find an alternative to your program, which is very good for that. After I make some changes to the track, I have to use Export. Even if I overwrite existing file, all information like Name, Comments, also Style (different color of a track with use of < extensions > tag) are gone. Then I need to reopen my file in GPX Editor (which is better for me for viewing my tracks also in different colors) and refill all the data. It would be just awesome if there was a possibility to simply Save the changes to the same file without touching anything else.
The text was updated successfully, but these errors were encountered: