Changeset 15631 in josm for trunk


Ignore:
Timestamp:
2020-01-04T20:10:03+01:00 (5 years ago)
Author:
Don-vip
Message:

fix #18504 - add support for Tasking Manager 4 gpx URL (patch by taylor.smock)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmServerLocationReader.java

    r15588 r15631  
    6060
    6161        TRACKPOINTS_BBOX("https?://.*/api/0.6/trackpoints\\?bbox=.*,.*,.*,.*"),
    62         TASKING_MANAGER("https?://.*/api/v\\p{Digit}+/project/\\p{Digit}+/tasks_as_gpx?.*"),
     62        TASKING_MANAGER("https?://.*/api/v\\p{Digit}+/projects?/\\p{Digit}+/(tasks_as_gpx?.*|tasks/queries/gpx/\\?tasks=.*)"),
    6363
    6464        /** External GPX script */
Note: See TracChangeset for help on using the changeset viewer.