If EnMAP-box is installed, a changed min/max range of the Singlenband pseudo color range will be reset when clicking on the Layer Properties “Apply” button.
If EnMAP-box is installed, a changed min/max range of the Singlenband pseudo color range will be reset when clicking on the Layer Properties “Apply” button.
needs QGIS fix
A final fix requires some updates in the QgsRasterLayerProperty dialog.
The problem is caused by the order how the QgsRasterLayerProperties dialog applies changes of plugin dialogs:
QgsRasterLayerProperties::apply() first applies changes of plugin dialogs
Following to that, changes to the layer renderer are set by:
So far there is now way that the “Raster Band” plugin gets aware of changes to the renderer widget before these changes are applied to the raster layer, i.e. apply() has been finished.