#16543 closed enhancement (fixed)
[Patch] Enable downloading of Multiple Tracks and use names, add track info to tracks and use tags
Reported by: | reubot | Owned by: | reubot |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin DirectDownload | Version: | |
Keywords: | Cc: |
Description
Attachments (3)
Change History (13)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Summary: | Enable downloading of Multiple Tracks and use names → [Patch] Enable downloading of Multiple Tracks and use names |
---|
comment:3 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
Thanks for the patch!
Some remarks to take into account:
- please run "ant checkstyle" and fix the reported errors
- please don't comment existing code
- what's about this TODO?
comment:4 by , 6 years ago
Hi, I have updated the patch to conform to the code style and removed the TODO.
by , 6 years ago
Attachment: | directdownload.patch added |
---|
comment:5 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | needinfo → closed |
Applied in [o34481:34482]. Thanks!
comment:6 by , 6 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | [Patch] Enable downloading of Multiple Tracks and use names → [Patch] Enable downloading of Multiple Tracks and use names, add track info to tracks and use tags |
Hi, sorry to reopen, but I just realised I introduced a crash in the plugin when a gpx file contains more than one segment.
by , 6 years ago
Attachment: | directdownload.34484.patch added |
---|
Fix crash when gpx contains multiple segments
by , 6 years ago
Attachment: | directdownload.34485.patch added |
---|
Fix crash when gpx contains multiple segments
comment:8 by , 6 years ago
Hi I added a minor update to the last patch (I made a mistake when making the previous diff to the updated JOSM core)
Sorry for all the bother.
comment:9 by , 6 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:10 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Applied in [o34593:34594].
This patch enables downloading of multiple tracks, and sets the track name properly.