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/GrabThread.java

    r32556 r33514  
    119119                        }
    120120                        wmsLayer.addImage(newImage);
    121                         Main.map.mapView.repaint();
     121                        wmsLayer.invalidate();
    122122                        saveToCache(newImage);
    123123                    } catch (NullPointerException e) {
Note: See TracChangeset for help on using the changeset viewer.