- Timestamp:
- 2019-03-30T22:29:46+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmIdTask.java
r14396 r14944 24 24 public class DownloadOsmIdTask extends DownloadOsmTask { 25 25 26 private static final String URL_ID_PATTERN = "https?://(?:www\\.)?(osm|openstreetmap)\\.org/( node|way|relation)/(\\p{Digit}+).*";26 private static final String URL_ID_PATTERN = "https?://(?:www\\.)?(osm|openstreetmap)\\.org/(?:browse/)?(node|way|relation)/(\\p{Digit}+).*"; 27 27 28 28 @Override
Note:
See TracChangeset
for help on using the changeset viewer.