Changes between Initial Version and Version 1 of Ticket #14046
- Timestamp:
- 2016-11-25T07:11:44+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14046
- Property Version → latest
-
Ticket #14046 – Description
initial v1 15 15 GeoTiff: 16 16 -with the tfw and prj files (same name as geotiff) open the geotiff image out.tif(imagery -> import image or file -> open). get error: 17 {{{ 17 18 19:11:22.851 [AWT-EventQueue-0] ERROR org.openstreetmap.josm.plugins.ImportImagePlugin.LoadImageAction - Error while creating image layer: 18 19 java.lang.IllegalArgumentException: ImageRead: No OperationDescriptor is registered in the current operation registry under this name. 20 }}} 19 21 20 22 -remove the .prj file and and try again. get error: 23 {{{ 21 24 19:10:42.229 [AWT-EventQueue-0] ERROR org.openstreetmap.josm.plugins.ImportImagePlugin.LoadImageAction - Error while creating image layer: 22 25 org.geotools.coverage.processing.CannotReprojectException: Can't reproject grid coverage "out". 26 }}} 23 27 24 28 -create a new layer and try again. get error: 29 {{{ 25 30 19:11:22.851 [AWT-EventQueue-0] ERROR org.openstreetmap.josm.plugins.ImportImagePlugin.LoadImageAction - Error while creating image layer: 26 31 java.lang.IllegalArgumentException: ImageRead: No OperationDescriptor is registered in the current operation registry under this name. 32 }}} 27 33 28 34 PNG: 29 35 -convert tiff to png (convert out.tiff out.png) 30 36 -open out.png with the twf and prj files. get error: 37 {{{ 31 38 22:23:00.486 [AWT-EventQueue-0] ERROR org.openstreetmap.josm.plugins.ImportImagePlugin.LoadImageAction - Error while creating image layer: 32 39 org.geotools.coverage.processing.CannotReprojectException: Can't reproject grid coverage "". 40 }}} 33 41 34 42 -remove the .prj file and and try again. This time asks to use default image projection (EPSG:31467) or JOSMs current projection (EPSG:3857).


