Opened 10 years ago

Closed 10 years ago

#5355 closed defect (fixed)

JPGDataset doesn't allow use SetGeoTransform with world files

Reported by: oleinik Owned by: warmerdam
Priority: normal Milestone:
Component: GDAL_Raster Version: 1.10.1
Severity: normal Keywords:
Cc:

Description

I have .jpg with .jgw world file. Reading geotransformation when PAM geotransform is absent happens normally. But calling SetGeoTransform uses only PAM realization and I can't read back my GeoTransform. PS: What is right priority for GetGeotransform: world-file or PAM first ?

Change History (1)

comment:1 by Even Rouault, 10 years ago

Resolution: fixed
Status: newclosed

I've just changed that recently in trunk. Now if PAM geotransform is available, it will be used in priority w.r.t world-file by GetGeoTransform(). See http://trac.osgeo.org/gdal/changeset/26840/trunk/gdal/frmts/jpeg

Note: See TracTickets for help on using tickets.