Changeset 33514 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadWMSPlanImage.java
- Timestamp:
- 2017-08-23T00:34:13+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadWMSPlanImage.java
r32556 r33514 49 49 if (wmsLayer.grabThread.getCacheControl().loadCacheIfExist()) { 50 50 dontGeoreference = true; 51 Main.map.mapView.repaint();51 wmsLayer.invalidate(); 52 52 return; 53 53 } … … 61 61 if (wmsLayer.grabber.getWmsInterface().downloadCanceled) { 62 62 wmsLayer.clearImages(); 63 Main.map.mapView.repaint();63 wmsLayer.invalidate(); 64 64 } else { 65 65 // next steps follow in method finish() when download is terminated
Note:
See TracChangeset
for help on using the changeset viewer.
