Changeset 7031 in josm
- Timestamp:
- 2014-04-29T19:18:39+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmUrlTask.java
r6920 r7031 24 24 return new String[]{ 25 25 "https?://www\\.(osm|openstreetmap)\\.org/\\?lat=.*&lon=.*", 26 "https?://www\\.(osm|openstreetmap)\\.org/ #map=\\p{Digit}+/.*/.*"};26 "https?://www\\.(osm|openstreetmap)\\.org/(.*)?#map=\\p{Digit}+/.*/.*"}; 27 27 } 28 28
Note:
See TracChangeset
for help on using the changeset viewer.