Changeset 5011 in josm
- Timestamp:
- Feb 21, 2012 12:42:50 PM (15 months 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.
