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

    r33279 r33514  
    9898    private Action refineGeoRef;
    9999
    100     @SuppressWarnings("serial")
    101100    class ResetOffsetActionMenu extends JosmAction {
    102101        ResetOffsetActionMenu() {
     
    108107            deltaEast = 0;
    109108            deltaNorth = 0;
    110             Main.map.mapView.repaint();
     109            invalidate();
    111110        }
    112111    }
Note: See TracChangeset for help on using the changeset viewer.