Ticket #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
Note: See
TracTickets for help on using
tickets.
