Bug report #14779

Updated by Giovanni Manghi about 6 years ago

Some vector layer styles we use stopped rendering at all in 2.14. We usually generate them in Python, but the bug can be reproduced in the UI :



1) Open the attached Shapefile in QGIS

2) Go to Layer Style

3) Select "Categorized", click on "Classify" then "Apply". The vector layer is rendered properly.

4) Remove the blank category, then "Apply". The vector layer disappears completely in 2.14.



This is probably due to the very high (much higher than we should use!) float precision of the shapefile field, but I'd still consider that a regression since it works very well in 2.12.

Back