| Reporting an issue from January testing of 2.16 nightly build that has been frustrating me for some weeks. Data set:
- Image mosaic setup for use as a time series
- Each granule covers entire area of interest
- Granule are each a GeoTIFF (generated with internal tiling and overviews for performance)
Odd behaviour observed: 1) Interpolation is working when GetMap contains a single layer
- layers=snow
- layers=snow&interpolation=bicubic
- layers=snow&interpolation=bilinear
2) Interpolation is ignored (it is always nearest neighbour) when GetMap contains multiple layers
- layers=snow,rain
- layers=snow,rain&interpolation=bicubic,bicubic
- layers=snow,rain&interpolation=bilinear,bicubic
- using a layer group has the same effect
3) Strange outlines appear on the edge of image transparency Have performed some research which I will cover in the comments. |