Feature request #1099
button to add class graduated symbol dialog
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | - | ||
Category: | Symbology | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 11159 |
Description
It would be useful to have a button that allows adding additional classes in unique value and graduated symbol dialog
Associated revisions
enhance unique value dialog:
- allow selection of multiple classes
- new 'add class' button (fixes #1099)
- new 'reset colors' button to reset the color of selected/all classes to white
- new 'randomize colors' button to randomly set colors of selected/all classes
- 'remove classes' removes selected classes
- change common attributes for multiple selected classes at once
- allow renaming of classes
- 'Classify' now adds missing instead of recreating all classes
- used QMap instead for std::map for classes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8493 c8812cc2-4d05-0410-92ff-de0c093fc19c
enhance unique value dialog:
- allow selection of multiple classes
- new 'add class' button (fixes #1099)
- new 'reset colors' button to reset the color of selected/all classes to white
- new 'randomize colors' button to randomly set colors of selected/all classes
- 'remove classes' removes selected classes
- change common attributes for multiple selected classes at once
- allow renaming of classes
- 'Classify' now adds missing instead of recreating all classes
- used QMap instead for std::map for classes
git-svn-id: http://svn.osgeo.org/qgis/trunk@8493 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by cgsbob - over 16 years ago
#2 Updated by Jürgen Fischer over 16 years ago
- Status changed from Open to In Progress
#3 Updated by Jürgen Fischer over 16 years ago
I'm almost done with following change of the unique value dialog:
- allow selection of multiple classes
- add a class
- remove selected classes
- add missing classes (classify) without overwriting settings of existing classes
- randomize colors of all/selected classes
- set color of all/selected classes to white
- change setting of selected classes at once:
- all common settings can be changed
- all uncommon settings are disabled
- edit class names
#4 Updated by Jürgen Fischer over 16 years ago
- Resolution set to fixed
- Status changed from In Progress to Closed
'add class' among other things added to unique value dialog in d31074c2 (SVN r8494)
#5 Updated by bjpfei - almost 16 years ago
- Resolution deleted (
fixed) - Status changed from Closed to Feedback
Replying to mhugent:
It would be useful to have a button that allows adding additional classes in unique value and graduated symbol dialog
'add class' among other things added to unique value dialog in d31074c2 (SVN r8494)
I'm not totally sure if I'm right but I still miss the possibility to add a class in graduated symbol. It would be great to have there the same possiblities as in unique value. I'm using .
Thanks.
best regards
Michael
#6 Updated by Jürgen Fischer almost 16 years ago
- Status changed from Feedback to Open
#7 Updated by Giovanni Manghi over 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
For what I see now (at least in qgis >= 1.1), it is possible to add classes in both unique value and graduated symbol dialogs. Closing, but reopen if necessary.