Changeset 13673 in osm for applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java
- Timestamp:
- 2009-02-12T09:24:58+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java
r13667 r13673 172 172 img.downloadingStarted = true; 173 173 img.image = null; 174 img.flushedResizedCachedInstance(); 174 175 Grabber gr = WMSPlugin.getGrabber(baseURL, XYtoBounds(x,y), Main.main.proj, pixelPerDegree, img, mv, this); 175 176 executor.submit(gr); … … 250 251 GeorefImage img = images[modulo(x,dax)][modulo(y,day)]; 251 252 img.image = null; 253 img.flushedResizedCachedInstance(); 252 254 img.downloadingStarted = false; 253 255 img.failed = false;
Note:
See TracChangeset
for help on using the changeset viewer.