Changeset 18471 in osm for applications/editors/josm
- Timestamp:
- 2009-11-06T18:44:53+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersAddLayerAction.java
r16879 r18471 72 72 } 73 73 74 75 //http://walking-papers.org/scan.php?id=rmvdr3lq 76 // The server is apparently broken and returning the WpId in the URL twice 77 // which makes it return errors when we fetch it. So, strip out one of 78 // the dups. This is a hack and needs to get removed when the server 79 // is fixed. 80 tile = tile.replaceFirst(mungedWpId+"/"+mungedWpId, mungedWpId); 74 81 Main.pref.put("walkingpapers.last-used-id", mungedWpId); 75 82
Note:
See TracChangeset
for help on using the changeset viewer.