Opened 14 years ago

Closed 14 years ago

#3760 closed defect (fixed)

gdal_rasterize emits a spurious warning message

Reported by: dron Owned by: dron
Priority: normal Milestone:
Component: Utilities Version: 1.7.2
Severity: normal Keywords: gdal_rasterize
Cc:

Description

gdal_rasterize.cpp has a typo in ProcessLayer() function when it checks SRSs of the input and output datasets. It checks the source layer handler (hSrcLayer) instead of SRS of that layer (hSrcSRS) and prints wrong warning message as a result.

Best regards, Andrey

Change History (1)

comment:1 by dron, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk with the r20653 and in 1.7 with the r20654.

Best regards, Andrey

Note: See TracTickets for help on using tickets.