Ticket #1546 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

IdrisiDataset::SetGeoTransform does not modify the adfGeoTransform property

Reported by: ajolma Owned by: ilucena
Priority: high Milestone: 1.5.0
Component: GDAL_Raster Version: 1.4.0
Severity: minor Keywords:
Cc: warmerdam

Description

In my eyes the fact that SetGeoTransform? does not change the adfGeoTransform property (note *adf* not *padf*) of the object looks like a bug. It only changes some NameValues? (?). When you ask the transformation parameters from the object using GetGeoTransform?, it does not query these NameValues? but the adfGeoTransform, which has not been changed. adfGeoTransform is initialized if a new dataset is created and it is filled (from the NameValues?) in Open method, but not if SetGeoTransform? is called.

Change History

Changed 6 years ago by warmerdam

  • cc warmerdam added
  • owner changed from warmerdam to ilucena
  • version changed from unspecified to 1.4.0
  • component changed from default to GDAL_Raster

Ivan,

Can you look into fixing this?

Changed 6 years ago by warmerdam

  • priority changed from normal to high
  • severity changed from normal to minor
  • milestone set to 1.5.0

This has very little effect in normal use, so lets just fix it in the 1.5.0 stream. The failures *is* making all the buildbot autotests that include perl turn red with failure now, so from that point of view I'd love to get this fixed soon!

Changed 6 years ago by ilucena

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.