Changeset 5011 in josm for trunk/src/org
- Timestamp:
- 2012-02-21T12:42:50+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmUrlTask.java
r4996 r5011 17 17 public boolean acceptsUrl(String url) { 18 18 return url != null && ( 19 url.matches("http://www\\.openstreetmap\\.org/\\?lat=.*&lon=.* &zoom=.*")19 url.matches("http://www\\.openstreetmap\\.org/\\?lat=.*&lon=.*") 20 20 ); 21 21 }
Note:
See TracChangeset
for help on using the changeset viewer.