Disable colormap scaling type for categorical data and use the data for clamping values
Opened this issue · 0 comments
danlipsa commented
For categorical data such as NAME we do not use color map scaling (linear, log, quantile) so we should disable the mentioned scaling types. For numerical data such as CENSUSAREA we should reenable them.
Also, use the actual min/max from the data for min max clamping values.