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
Vendor WMS parameter FILTER not work with attribute parameters in STYLE #6200
Comments
I wonder if rendering through the QUERYMAP mechanism https://mapserver.gis.umn.edu/development/rfc/ms-rfc-118.html is dropping the attribute. |
@jratike80 may be right although a QUERYMAP, depending on its STYLE definition, could ignore the attribute since in some cases another color is always used regardless. It should draw something however. Do you have a sample mapfile? What version are we talking? --Steve |
MapServer version 7.4.2 This is the mapfile that I have defined
|
Hi, I'm also experimenting this issue on versions 7.6 and 7.7-dev Here's my mapfile and the
Without filter:
With filter: |
WMS: make attribute color binding work with FILTER vendor parameter (fixes #6200)
Thanks to @guardeivid for the report, @maltaesousa for the testing, and @rouault for the fix! |
[Backport branch-7-6] WMS: make attribute color binding work with FILTER vendor parameter (fixes #6200)
Hi, using [attribute] for example in COLOR or OUTLINECOLOR, and then a FILTER vendor parameter is applied from a client, it does not return any geometry
On the contrary, if the FILTER is applied and the layer has a color defined in hexadecimal or rgb if it works
The text was updated successfully, but these errors were encountered: