Details
Description
Rendering Paletted datasets using a SLD with colormap may result into an exception due to the GridCoverageRender trying to access a different View of the coverage which may setup an invalid ImageLayout (SampleModel).
We should avoid this by forcing the renderer to use the same View as input, through Hints.COVERAGE_PROCESSING_VIEW = ViewType.SAME
b90295b1a3c073f046a40ccd245ef8f74e6371ae on 8.x