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

[cluster renderer] Data defined values using a field have no effect on non clustered symbols #25970

Closed
qgib opened this issue Feb 11, 2018 · 3 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Symbology Related to vector layer symbology or renderers

Comments

@qgib
Copy link
Contributor

qgib commented Feb 11, 2018

Author Name: Dominique Lyszczarz (@domlysz)
Original Redmine Issue: 18074
Affected QGIS version: master
Redmine category:symbology


I'm trying to setup some data defined values in combinaison of point cluster renderer. In the example available in attachment, I've defined the non clustered symbol with a circle which use a data defined offset based on 2 fields folowing this expression : array_to_string(array("offx", "offy"))

In this example the defined expression has no effect however if I use some aggregate function : array_to_string(array(maximum("offx"), maximum("offy"))) it works while not clustered symbols does not need any aggregate and futhermore the resulting value become the same for each features (maximum of all features's values).

In the same way, trying to setup an offet for the cluster symbol using the maximum function seems to cumpute the maximum value of each feature instead of only the clustered ones.

@qgib
Copy link
Contributor Author

qgib commented Feb 12, 2018

Author Name: Nyall Dawson (@nyalldawson)


PR at #6313


  • pull_request_patch_supplied was changed from 0 to 1

@qgib
Copy link
Contributor Author

qgib commented Feb 12, 2018

Author Name: Nyall Dawson (@nyalldawson)


Applied in changeset ac28714.


  • done_ratio was changed from 0 to 100
  • status_id was changed from Open to Closed

@qgib qgib closed this as completed Feb 12, 2018
@qgib
Copy link
Contributor Author

qgib commented Feb 21, 2018

Author Name: Giovanni Manghi (@gioman)


  • resolution was changed from to fixed/implemented

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Symbology Related to vector layer symbology or renderers labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Symbology Related to vector layer symbology or renderers
Projects
None yet
Development

No branches or pull requests

1 participant