Changeset 7149 in josm
- Timestamp:
- 2014-05-20T13:05:46+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTask.java
r7005 r7149 38 38 39 39 protected static final String PATTERN_OSM_API_URL = "https?://.*/api/0.6/(map|nodes?|ways?|relations?|\\*).*"; 40 protected static final String PATTERN_OVERPASS_API_URL = "http ://.*/interpreter\\?data=.*";41 protected static final String PATTERN_OVERPASS_API_XAPI_URL = "http ://.*/xapi(\\?.*\\[@meta\\]|_meta\\?).*";40 protected static final String PATTERN_OVERPASS_API_URL = "https?://.*/interpreter\\?data=.*"; 41 protected static final String PATTERN_OVERPASS_API_XAPI_URL = "https?://.*/xapi(\\?.*\\[@meta\\]|_meta\\?).*"; 42 42 protected static final String PATTERN_EXTERNAL_OSM_FILE = "https?://.*/.*\\.osm"; 43 43
Note: See TracChangeset
for help on using the changeset viewer.