Modify

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#21952 closed defect (fixed)

Only the first tag in the Tags column in "Download Track" window is shown

Reported by: mrgenie Owned by: team
Priority: normal Milestone:
Component: Plugin DirectDownload Version:
Keywords: tags gpx track download Cc:

Description (last modified by gaben)

Well the summary sums it up pretty well - not sure what else I'd need to say here.

Look at the screenshot?

The Column name "Tags" suggest we'd be able to see all the tags to any given gpx track.

But instead, the JOSM window only shows the first one..

Additionally to fixing this small bug - maybe give users also the possibility to "order" the tags alphabetically? Or filter through tags?


Attachments (1)

JOSMBUG.png (286.0 KB ) - added by mrgenie 3 years ago.

Download all attachments as: .zip

Change History (10)

by mrgenie, 3 years ago

Attachment: JOSMBUG.png added

comment:1 by mrgenie, 3 years ago

Description: modified (diff)

comment:2 by gaben, 3 years ago

Description: modified (diff)

fix img display

comment:3 by skyper, 3 years ago

Keywords: download added

comment:4 by taylor.smock, 3 years ago

Component: CorePlugin DirectDownload

comment:5 by taylor.smock, 3 years ago

It looks like the code just keeps the last tag. I'm converting it to a list.

comment:6 by taylor.smock, 3 years ago

Sanity check: are you having issues actually downloading the gpx tracks? (AKA #21935)

comment:7 by taylor.smock, 3 years ago

Resolution: fixed
Status: newclosed

In 35944/osm:

DirectDownload: fix #21935 and #21952

#21935: "Error fetching URL" when trying to download a GPS track

This was caused due to a change in where OSM stores GPX data files.
OSM now uses s3 buckets, and redirects using a signed URL. S3 does
not like multiple authentication methods.

#21952: Only the first tag in the Tags column in "Download Track" window is shown

This was caused due to only keeping the last encountered tag.

comment:8 by taylor.smock, 3 years ago

In 35945/osm:

DirectDownload (dist): see #21935 and #21952

#21935: "Error fetching URL" when trying to download a GPS track

This was caused due to a change in where OSM stores GPX data files.
OSM now uses s3 buckets, and redirects using a signed URL. S3 does
not like multiple authentication methods.

#21952: Only the first tag in the Tags column in "Download Track" window is shown

This was caused due to only keeping the last encountered tag.

comment:9 by mrgenie, 3 years ago

Thank you - it works again :)))

Yeah I had download problems too - I was wondering already if that's also a bug LOL

But anyway - everything is working again.. many thanks

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.