You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a surface (e.g. triangle) is completely flat in a MultiPolygonZ geometry, the surface is rendered white instead of the brownish color that is assigned to roof surfaces.
QGIS version
3.31.0-Master
QGIS code revision
[0ce567b](https://github.com/qgis/QGIS/commit/0ce567bd306)
Qt version
5.15.3
Python version
3.10.6
GDAL/OGR version
3.4.1
PROJ version
8.2.1
EPSG Registry database version
v10.041 (2021-12-03)
GEOS version
3.10.2-CAPI-1.16.0
SQLite version
3.37.2
PDAL version
2.3.0
PostgreSQL client version
unknown
SpatiaLite version
5.0.1
QWT version
6.1.4
QScintilla2 version
2.11.6
OS version
Ubuntu 22.04.2 LTS
@andreasneumann see the linked PR for a fix for this. Also note that "invert normals (experimental)" needs to be checked for the attached datasets to be properly rendered, as their polygons that face up have their vertices defined in a clockwise order.
We normally render clockwise polygons as facing down and counter clockwise as facing up, but this behavior can be flipped with the invert normals checkbox. We should probably communicate this to the user and make the cryptic culling mode, Add back faces and Invert normals a little more user friendly!
What is the bug or the crash?
When a surface (e.g. triangle) is completely flat in a MultiPolygonZ geometry, the surface is rendered white instead of the brownish color that is assigned to roof surfaces.
Steps to reproduce the issue
As soon as you edit the z-value of one of the flat surfaces slightly (a mm is enough), then the color is correctly applied.
Versions
<style type="text/css"> p, li { white-space: pre-wrap; } </style>Active Python plugins
changeDataSource
3.1
solocator
1.6.0
pg_raster_import
3.2.0
trackable_project_files
v1.2.2
linking_relation_editor
v1.1.9
QgisModelBaker
v7.5.0
AtlasExportFunction
1.1
processing
2.12.99
db_manager
0.1.20
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: