Changeset 16879 in osm for applications/editors/josm/plugins
- Timestamp:
- 2009-08-05T22:21:11+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersAddLayerAction.java
r16571 r16879 38 38 39 39 // screen-scrape details about this id from walking-papers.org 40 String wpUrl = "http://walking-papers.org/scan.php?id=" + mungedWpId;40 String wpUrl = Main.pref.get("walkingpapers.base-url", "http://walking-papers.org/") + "scan.php?id=" + mungedWpId; 41 41 42 42 Pattern spanPattern = Pattern.compile("<span class=\"(\\S+)\">(\\S+)</span>");
Note:
See TracChangeset
for help on using the changeset viewer.