Opened 15 years ago
Closed 15 years ago
#4782 closed defect (fixed)
DirectUpload Plugin not working in josm-latest v 3140
Reported by: | pert | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Plugin | Version: | |
Keywords: | DirectUpload | Cc: | law_ence.dev@… |
Description
I thought that I had already reported this several weeks ago, but the search facility on
tickets isn't really enough for me to check properly.
Running under linux, the menu entry "Upload traces" under "Tools" is always grayed out.
I have tried writing out the gpx file and re-reading it to ensure I have a gpx layer, but to
no avail.
So DirectUpload seems to have been non-functional for a month or more. Can that be the case? Perhaps I misunderstand how to use it. But then I used to use it regularly without problems.
In case it is relevant, I don't use the gpsbabel plugin.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | patch_josm_ticket_4782_directupload.diff added |
---|
I added a patch for this problem.
The problem occurs if you have installed the validator plugin. Then after opening a GPX track you automatically have two layers, GpxLayer and ErrorLayer. The ErrorLayer is active and that's "a small" problem. You need to make the GPX layer active. From my point of view this is confusing because a normal user clicks on a layer and thinks this actually clicked layer is active. But that's not the case. You need to explicitly mark the layer as activate.
My workaround is to check whether there is exactly one GpxLayer in the layer list. If there is one the button "Upload ..." is activated.