Ticket #2733 (closed defect: fixed)
gdalwarp cblend option does not work
| Reported by: | asgerpetersen | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6.1 |
| Component: | Utilities | Version: | 1.6.0 |
| Severity: | normal | Keywords: | blend |
| Cc: |
Description
Setting -cblend option in gdalwarp does not seem to have any effect.
It looks like the following code in gdalwarp.cpp
papszWarpOptions =
CSLSetNameValue( papszWarpOptions, "BLEND_DIST", argv[++i] );
does not match this code in gdalwarpoperation.cpp
const char *pszBD = CSLFetchNameValue( psOptions->papszWarpOptions,
"CUTLINE_BLEND_DIST" );
Change History
Note: See
TracTickets for help on using
tickets.
