Ignore:
Timestamp:
2009-08-29T22:57:11+02:00 (15 years ago)
Author:
petrdlouhy
Message:

grabber priority set to minimum

Location:
applications/editors/josm/plugins/wmsplugin/src/wmsplugin
Files:
2 edited

Legend:

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

    r17340 r17343  
    1414import org.openstreetmap.josm.io.CacheFiles;
    1515
    16 abstract public class Grabber implements Runnable {
     16abstract public class Grabber extends Thread {
    1717    protected ProjectionBounds b;
    1818    protected Projection proj;
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java

    r17340 r17343  
    182182                                        img.flushedResizedCachedInstance();
    183183                                        Grabber gr = WMSPlugin.getGrabber(XYtoBounds(x,y), img, mv, this);
     184                                        gr.setPriority(1);
    184185                                        executor.submit(gr);
    185186                                }
Note: See TracChangeset for help on using the changeset viewer.