Changeset 4665 in josm


Ignore:
Timestamp:
Dec 15, 2011 8:47:37 PM (17 months ago)
Author:
Don-vip
Message:

fix #7147 - Downloading from Overpass API borked

File:
1 edited

Legend:

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

    r4588 r4665  
    7575                url.matches("http://.*/api/0.6/(map|nodes?|ways?|relations?).*")    // OSM API 0.6 
    7676             || url.matches("http://.*/interpreter\\?data=.*")                      // Overpass API 
    77              || url.matches("http://.*/xapi\\?.*\\[@meta\\]")                       // Overpass API XAPI compatibility layer 
     77             || url.matches("http://.*/xapi\\?.*\\[@meta\\].*")                     // Overpass API XAPI compatibility layer 
    7878                ); 
    7979    } 
Note: See TracChangeset for help on using the changeset viewer.