Changeset 17403 in osm for applications/editors/josm/plugins
- Timestamp:
- 2009-08-31T13:00:41+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java
r17390 r17403 67 67 image.downloadingStarted = false; 68 68 } catch(Exception e) { 69 e.printStackTrace(); 69 70 throw new Exception(e.getMessage() + "\nImage couldn't be fetched: " + (url != null ? url.toString() : "")); 70 71 }
Note:
See TracChangeset
for help on using the changeset viewer.