Bug report #9758
Unable to "classify" graduated style
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Symbology | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 18304 |
Description
1) Add a shapefile
2) Go into its style properties
3) Change to "Graduated" symbol.
4) Press "Classify".
You'll now get an error:
"Renderer creation has failed"
This is almost certainly because a column to classify against wasn't specified. However the error should be a user friendly one:
"Please select a Column to classify."
Alternately, just add "no value", which is what happens when this is done with "categorised" style type.
History
#1 Updated by Jürgen Fischer over 10 years ago
- Category set to Symbology
#2 Updated by Alexander Bruy almost 9 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
Fixed in master. Please reopen if necessary