Last change
on this file since 33844 was 29776, checked in by donvip, 11 years ago |
[josm_directdownload] see #josm6355 - Move menu entry to GPS menu + code cleanup
|
File size:
1019 bytes
|
Rev | Line | |
---|
[23585] | 1 | DirectDownload plugin for JOSM
|
---|
| 2 | ==============================
|
---|
| 3 |
|
---|
| 4 | The DirectDownload plugin enables you to directly download your GPX
|
---|
| 5 | tracks you previously uploaded on openstreetmap.org without having
|
---|
| 6 | to download them manually first and then having to open the downloaded
|
---|
| 7 | track using the "Open file ..." dialog.
|
---|
| 8 |
|
---|
[29776] | 9 | The plugin provides a new entry "Download track ..." in the GPS
|
---|
[23585] | 10 | menu (no keyboard shortcut yet). This opens a dialog that will
|
---|
| 11 | present a list of your uploaded tracks, showing the tracks timestamp
|
---|
| 12 | and filename, from which you can directly pick one track to be
|
---|
| 13 | downloaded into a new GPX layer.
|
---|
| 14 |
|
---|
| 15 | TODO
|
---|
| 16 | ====
|
---|
| 17 |
|
---|
| 18 | * keyboard shortcut?
|
---|
| 19 | * properly parse track timestamp, show it in local time instead of UTC
|
---|
| 20 | * progress bars
|
---|
| 21 | * sort tracks by time (what gets back from the /user/gpx_files API call
|
---|
| 22 | does not seem to be fully sorted)
|
---|
| 23 | * make the table in the dialog sortable (right now when enabling auto
|
---|
| 24 | sort on the JTable object an exception is thrown when clicking
|
---|
| 25 | column headers)
|
---|
| 26 | * show track tags
|
---|
| 27 | * code cleanup
|
---|
Note:
See
TracBrowser
for help on using the repository browser.