Feature request #9956
Raster symbology dialog needs a 'predefined colourmap' render mode
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Rasters | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 18454 |
Description
We need a new raster render mode called 'predefined colourmap' which will apply a colour ramp e.g. hillshade relief directly to a raster with no other interaction other than choosing the appropriate ramp. The ramp should automatically interpolate RGB values along the ramp for each raster value without the user needing to directly classify the layer as is currently the case in the Psuedocolor renderer. The general workflow should be as follows:
- user loads raster
- user selects predefined colourmap in render mode box
- user selects a colour map e.g. 'Relief'
- the min max of the raster are computed using active histogram clipping rules etc.
- as each pixel is rendered, the pixel is interpolated onto the colour ramp in order to determine its RGB value
This process is carried out dynamically so that if e.g. the underlying dataset changes, the min/max values would be calculated accordingly and then colour interpolation behaviour would then be determined based on the new min/max values.
History
#1 Updated by Markus Neteler over 10 years ago
See also #10925
#2 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No