wonder-sk / point-cloud-experiments

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

Missing attributes in "Attribute by Ramp" renderer #67

Closed wonder-sk closed 3 years ago

wonder-sk commented 3 years ago

Some attributes are left out from the combo box:

All of these are unsigned 1-byte integers, in layer metadata they are somehow incorrectly recognized as 'Character' data type while in fact they are regular numbers in 0-255 range and it would be useful to render data based on these values.

NEDJIMAbelgacem commented 3 years ago

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