Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#2303 closed defect (fixed)

AGG and Bilinear Resampling

Reported by: warmerdam Owned by: warmerdam
Priority: normal Milestone:
Component: MapServer C Library Version: svn-trunk (development)
Severity: normal Keywords: bilinear raster
Cc: RMcCulley@…, dmorissette

Description

Rob McCulley wrote:
> Okay,
> 
>  
> 
> I’ve finally had a moment to sit down and look at this again.  I’m using 
> the latest version of ms4w beta, which is based on beta 6.  On all of my 
> imagery, tiled or not, using the processing setting of 
> “RESAMPLE=BILINEAR” results in the raster layer not being drawn.  There 
> are no error messages, and a map image is created, but the raster layer 
> is not drawn.  Using either “RESAMPLE=NEAREST” and “RESAMPLE=AVERAGE” 
> results in the layer being drawn fine.  If I switch to using GD for 
> output, then “RESAMPLE=BILINEAR” works as it should, and the raster 
> layer is drawn.

Rob,

I have determined this is indeed a bug in mapresample.c (checking
for _USE_AGG instead of USE_AGG) and is present in the current release
candidate (RC2). 

Change History (3)

comment:1 by warmerdam, 17 years ago

Cc: RMcCulley@… added
Owner: changed from warmerdam RMcCulley@… to warmerdam

comment:2 by warmerdam, 17 years ago

Resolution: fixed
Status: newclosed

I have applied r6881 which I believe fixes this issue, though I haven't actually tried to reproduce the problem or the fix myself.

Rob, could you verify and if the problem persists reopen this report?

Currently I don't know if this fix will make it into MapServer 5 since we are post RC2.

comment:3 by dmorissette, 17 years ago

Cc: dmorissette added
Note: See TracTickets for help on using tickets.