Ignore:
Timestamp:
2017-08-23T00:34:13+02:00 (8 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/RasterImageGeoreferencer.java

    r33047 r33514  
    126126              if (countMouseClicked == 2) {
    127127                  wmsLayer.cropImage(ea1, ea);
    128                   Main.map.mapView.repaint();
     128                  wmsLayer.invalidate();
    129129                  startGeoreferencing(wmsLayer);
    130130              }
     
    201201     affineTransform(ea1, ea2, georefpoint1, georefpoint2);
    202202     wmsLayer.grabThread.saveNewCache();
    203      Main.map.mapView.repaint();
     203     wmsLayer.invalidate();
    204204     actionCompleted();
    205205     clickOnTheMap = false;
     
    300300    affineTransform(ea1, ea2, georefpoint1, georefpoint2);
    301301    wmsLayer.grabThread.saveNewCache();
    302     Main.map.mapView.repaint();
     302    wmsLayer.invalidate();
    303303}
    304304
Note: See TracChangeset for help on using the changeset viewer.