Changeset 17339 in osm for applications
- Timestamp:
- 2009-08-29T21:22:29+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java
r17277 r17339 262 262 for (int y = 0; y < day; ++y) { 263 263 GeorefImage img = images[modulo(x,dax)][modulo(y,day)]; 264 img.image = null; 265 img.flushedResizedCachedInstance(); 266 img.downloadingStarted = false; 267 img.failed = false; 268 mv.repaint(); 264 if(img.failed){ 265 img.image = null; 266 img.flushedResizedCachedInstance(); 267 img.downloadingStarted = false; 268 img.failed = false; 269 mv.repaint(); 270 } 269 271 } 270 272 }
Note:
See TracChangeset
for help on using the changeset viewer.