Bug report #7256
Calculation of graduated symbology breaks is broken in master
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Symbology | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | Yes | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16277 |
Description
Currently the calculation of Standard Deviation, Quantile and Natural Breaks is broken in master (probably since the introduction of the new vector API).
This is caused by qgsgraduatedsymbolrendererv2.cpp line 804, where
setSubsetOfAttributes( QgsAttributeList() )
should be
setSubsetOfAttributes( lst )
Associated revisions
History
#1 Updated by Nyall Dawson over 11 years ago
Attached pull request fixes break calculation:
#2 Updated by Nathan Woodrow over 11 years ago
- Status changed from Open to Closed
Fixed in changeset 54f3e0a445140e38cdcb4049e5d55d658968ac9f.