Ignore:
Timestamp:
2017-08-23T00:34:13+02:00 (9 years ago)
Author:
donvip
Message:

fix #josm15178 - use new HTTPS links from French cadastre - requires JOSM 12623+ to load Certigna certificate from platform keystore (not included in JRE keystore)

File:
1 edited

Legend:

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

    r32556 r33514  
    4949                            if (wmsLayer.grabThread.getCacheControl().loadCacheIfExist()) {
    5050                                dontGeoreference = true;
    51                                 Main.map.mapView.repaint();
     51                                wmsLayer.invalidate();
    5252                                return;
    5353                            }
     
    6161                            if (wmsLayer.grabber.getWmsInterface().downloadCanceled) {
    6262                                wmsLayer.clearImages();
    63                                 Main.map.mapView.repaint();
     63                                wmsLayer.invalidate();
    6464                            } else {
    6565                                // next steps follow in method finish() when download is terminated
Note: See TracChangeset for help on using the changeset viewer.