Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
When creating a expression filter string for a rule based renderer,
try to create a simple "field IN (...)" expression wherever possible This avoids some issues with complex rule based renderers that have many similar classes, where the generated expression was previously an extremely long and complex "(field = ...) OR (field = ...) OR ..." type expression (which some providers have issues with) Fixes missing features in some circumstances in rule based renderers Sponsored by SLYR
- Loading branch information
Showing
with
30 additions
and 22 deletions.