Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[quick] Fix validity condition in QgsQuickFeatureLayerPair
The extra condition enforcing that feature's geometry needs to have Z coordinate if also its parent layer has Z coordinates was not doing good job and surprisingly marking also valid geometries as invalid if layer type was PointZ but the geometry had undefined Z value. This caused issues in IdentifyKit not picking up some features.
- Loading branch information