Ignore:
Timestamp:
2009-01-28T21:44:10+01:00 (17 years ago)
Author:
pieren
Message:

add municipality bbox in grab and cache

File:
1 edited

Legend:

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

    r13382 r13426  
    6060            // create layer and load cache
    6161            WMSLayer wmsLayer = new WMSLayer("", "", Integer.parseInt(ext)-1);
    62             wmsLayer.getCacheControl().loadCache(file, Lambert.layoutZone);
    63             Main.main.addLayer(wmsLayer);
     62            if (wmsLayer.getCacheControl().loadCache(file, Lambert.layoutZone))
     63                Main.main.addLayer(wmsLayer);
    6464        }
    6565       
Note: See TracChangeset for help on using the changeset viewer.