- Timestamp:
- 2011-12-15T20:47:37+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTask.java
r4588 r4665 75 75 url.matches("http://.*/api/0.6/(map|nodes?|ways?|relations?).*") // OSM API 0.6 76 76 || url.matches("http://.*/interpreter\\?data=.*") // Overpass API 77 || url.matches("http://.*/xapi\\?.*\\[@meta\\] ")// Overpass API XAPI compatibility layer77 || url.matches("http://.*/xapi\\?.*\\[@meta\\].*") // Overpass API XAPI compatibility layer 78 78 ); 79 79 }
Note:
See TracChangeset
for help on using the changeset viewer.