Changeset 4899 in josm


Ignore:
Timestamp:
Feb 4, 2012 7:05:59 PM (16 months 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.