Ignore:
Timestamp:
2009-02-12T09:24:58+01:00 (16 years ago)
Author:
stoecker
Message:

close #2164 and #1954. patch by xeen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java

    r13667 r13673  
    172172                    img.downloadingStarted = true;
    173173                    img.image = null;
     174                    img.flushedResizedCachedInstance();
    174175                    Grabber gr = WMSPlugin.getGrabber(baseURL, XYtoBounds(x,y), Main.main.proj, pixelPerDegree, img, mv, this);
    175176                    executor.submit(gr);
     
    250251                    GeorefImage img = images[modulo(x,dax)][modulo(y,day)];
    251252                    img.image = null;
     253                    img.flushedResizedCachedInstance();
    252254                    img.downloadingStarted = false;
    253255                    img.failed = false;
Note: See TracChangeset for help on using the changeset viewer.