Ignore:
Timestamp:
2019-07-14T02:26:22+02:00 (5 years ago)
Author:
Don-vip
Message:

see #17829 - support RTKLib Positioning Solution files. Add new "Quality" GPX color mode

File:
1 edited

Legend:

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

    r14687 r15247  
    6262        TASKING_MANAGER("https?://.*/api/v\\p{Digit}+/project/\\p{Digit}+/tasks_as_gpx?.*"),
    6363
     64        /** External GPX script */
    6465        EXTERNAL_GPX_SCRIPT("https?://.*exportgpx.*"),
     66        /** External GPX file */
    6567        EXTERNAL_GPX_FILE  ("https?://.*/(.*\\.gpx)");
    6668
     
    116118    public OsmServerLocationReader(String url) {
    117119        this.url = url;
     120    }
     121
     122    /**
     123     * Returns the URL to fetch
     124     * @return the URL to fetch
     125     * @since 15247
     126     */
     127    public final String getUrl() {
     128        return url;
    118129    }
    119130
Note: See TracChangeset for help on using the changeset viewer.