Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

choose label field when classifying categorized #19606

Closed
qgib opened this issue Oct 2, 2014 · 1 comment
Closed

choose label field when classifying categorized #19606

qgib opened this issue Oct 2, 2014 · 1 comment
Labels
Feature Request Symbology Related to vector layer symbology or renderers

Comments

@qgib
Copy link
Contributor

qgib commented Oct 2, 2014

Author Name: Raymond Nijssen (@raymondnijssen)
Original Redmine Issue: 11310

Redmine category:symbology


When I do a categorized classification, I must of course choose the column to create it. When I press 'classify' QGIS creates classes for all unique values in that field. Good!

Now the labels are string values identical to the class values. Often good, but not always.

I'm having a huge file containing two fields:

  • class codes (int)
  • class names (str)

I'd like to classify on the codes (it is quicker I think) and fill the labels by the names. I understand that possibly not all codes have the same label values in all records, but that is up to the user. QGIS could just map the first label it finds.

@qgib
Copy link
Contributor Author

qgib commented Oct 2, 2014

Author Name: Richard Duivenvoorde (@rduivenvoorde)


Raymond found out that it is easier to just classify on the text field, there is just a minimal time difference in rendering


  • status_id was changed from Open to Closed

@qgib qgib added Feature Request Symbology Related to vector layer symbology or renderers labels May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Symbology Related to vector layer symbology or renderers
Projects
None yet
Development

No branches or pull requests

1 participant