-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
chart runtime set PROCESSING "CHART_SIZE_RANGE #4569
Comments
|
Not sure what you mean exactly:
|
|
Hi Thomas thanks Steve Toutant, M. Sc. Thomas Bonfort notifications@github.com A Not sure what you mean exactly: |
|
Thomas, I'm confused though. Or you mean that it is a feature that you can easily add to mapserver? Steve Toutant, M. Sc. Steve Toutant/INSPQ/SSSS A Hi Thomas thanks Steve Toutant, M. Sc. Thomas Bonfort notifications@github.com A Not sure what you mean exactly: |
|
substitutions are not yet enabled on processing options, but should be easy to add/implement |
This is an automated commentThis issue has been closed due to lack of activity. This doesn't mean the issue is invalid, it simply got no attention within the last year. Please reopen with missing/relevant information if still valid. Typically, issues fall in this state for one of the following reasons:
|
I asked on the mailing list, but since there is no answer I suppose it is not possible...
I use this for my pie charts
PROCESSING "CHART_SIZE_RANGE = itemname minsize maxsize minval maxval"
We should be able to modify minval maxval at runtime so we always have nice proportional pie chart. With dynamic data, we can't hard code those values in mapfile
By example, the data of my pie chart come from a postgis view. I use variable substitution (year per example) in FILTER. I would need then to adjust minval and maxval. Programmatically I can get those values and I would like to be able to modify PROCESSING "CHART_SIZE_RANGE
The text was updated successfully, but these errors were encountered: