Last change
on this file since 24129 was 23585, checked in by hholzgra, 14 years ago |
plugin for direct download of user GPX traces from openstreetmap.org
|
File size:
1020 bytes
|
Line | |
---|
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 |
|
---|
9 | The plugin provides a new entry "Download track ..." in the file
|
---|
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.