Ticket #2448 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

GTIFF driver ignoring .aux XFORMs metadata

Reported by: warmerdam Assigned to: warmerdam
Priority: normal Milestone: 1.5.3
Component: GDAL_Raster Version: 1.5.0
Severity: normal Keywords: GTIFF XFORMS PAM
Cc: gaopeng yanchen

Description

GeoTIFF's with an .aux file with XFORMS metadata do not presentit in the XFORMS metadata domain.

Change History

06/30/08 18:57:32 changed by warmerdam

  • status changed from new to closed.
  • resolution set to fixed.

I have integrated a minimalist change in 1.5 branch (r14797) that merge PAM metadata into the oGTiffMDMD object and which resolves this problem.

In trunk (r14796) I have a more involved patch that also attempts to write metadata via PAM in some circumstances, such as when the metadata is too large to write in a TIFF tag.

07/02/08 16:20:55 changed by rouault

Frank,

I've commited in trunk in r14800 and in r14801 improvements, fixes and tests to the PAM metadata support with GeoTIFF in PROFILE=BASELINE/GeoTIFF mode (#2448).