Ignore:
Timestamp:
2011-01-02T00:36:28+01:00 (14 years ago)
Author:
pieren
Message:

moved grab action to a thread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLoadFromCache.java

    r23190 r24934  
    7575                    // create layer and load cache
    7676                    WMSLayer wmsLayer = new WMSLayer("", "", Integer.parseInt(ext)-1);
    77                     if (wmsLayer.getCacheControl().loadCache(file, layoutZone)) {
     77                    if (wmsLayer.grabThread.getCacheControl().loadCache(file, layoutZone)) {
    7878                        CadastrePlugin.addWMSLayer(wmsLayer);
    7979                    }
Note: See TracChangeset for help on using the changeset viewer.