Changeset 4899 in josm for trunk/src


Ignore:
Timestamp:
2012-02-04T19:05:59+01:00 (12 years ago)
Author:
Don-vip
Message:

Allow JOSM to load remote .osm files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTask.java

    r4665 r4899  
    7676             || url.matches("http://.*/interpreter\\?data=.*")                      // Overpass API
    7777             || url.matches("http://.*/xapi\\?.*\\[@meta\\].*")                     // Overpass API XAPI compatibility layer
     78             || url.matches("http://.*/.*\\.osm")                                   // Remote .osm files
    7879                );
    7980    }
Note: See TracChangeset for help on using the changeset viewer.