wonder-sk / point-cloud-experiments

Just some prototyping for QGIS point clouds implementation
1 stars 0 forks source link

Attribute by Ramp renderer: auto-load min/max from stats #69

Closed wonder-sk closed 3 years ago

wonder-sk commented 3 years ago

When changing attribute in the GUI, the min/max values are not automatically loaded from statistics. One needs to click "Load" explicitly to get the min/max values populated which will also auto-populate classes.

It would be good to auto-load the values from statistics so that user does not need to click the Load button every time. The rationale is that most of the attributes have very different ranges of values and therefore keeping the range from previously used attribute is not that useful...

nyalldawson commented 3 years ago

Should be an easy fix -- I originally did this intentionally as I thought users may want to retain their classes but change attribute, but as you've pointed out there's no attributes that this actually makes sense for...

NEDJIMAbelgacem commented 3 years ago

https://github.com/qgis/QGIS/pull/41107