Changeset 34495 in osm for applications
- Timestamp:
- 2018-08-18T03:02:53+02:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/MenuActionSaveRasterAs.java
r34458 r34495 104 104 */ 105 105 } catch (IOException e) { 106 e.printStackTrace();106 Logging.error(e); 107 107 } 108 108 } else if (fc.getFileFilter().equals(filtreTiff)) { -
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/DownloadWMSPlanImage.java
r34458 r34495 121 121 task.get(); 122 122 } catch (Exception e) { 123 e.printStackTrace();123 Logging.error(e); 124 124 } 125 125 }
Note:
See TracChangeset
for help on using the changeset viewer.