Changeset 15961 in osm for applications/editors/josm/plugins/wmsplugin
- Timestamp:
- 2009-06-17T09:46:26+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java
r15858 r15961 27 27 import org.openstreetmap.josm.gui.MapView; 28 28 import org.openstreetmap.josm.io.CacheFiles; 29 import org.openstreetmap.josm.io.OsmTransferException; 29 30 import org.openstreetmap.josm.io.ProgressInputStream; 30 31 … … 124 125 } 125 126 126 protected BufferedImage grab(URL url) throws IOException {127 protected BufferedImage grab(URL url) throws IOException, OsmTransferException { 127 128 BufferedImage cached = cache.getImg(url.toString()); 128 129 if(cached != null) return cached;
Note:
See TracChangeset
for help on using the changeset viewer.