Ignore:
Timestamp:
2022-03-23T00:11:16+01:00 (3 years ago)
Author:
taylor.smock
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/DirectDownload/build.xml

    r35552 r35944  
    1313    <property name="plugin.description" value="Download your GPX tracks from openstreetmap.org"/>
    1414    <property name="plugin.icon" value="images/DownloadAction.svg"/>
     15    <property name="plugin.canloadatruntime" value="true"/>
    1516    <!-- <property name="plugin.link" value="..."/>-->
    1617    <!--<property name="plugin.early" value="..."/>-->
Note: See TracChangeset for help on using the changeset viewer.