You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
editing of the selected style and changing the rule with the visual style editor (internal editing): the behavior should be the same as reported in #10684: Legend filtering for GeoServer WMS layers #10718 (comment) and so a warning should appear when the user comes back to the TOC after having changed the style
This is a summary of the expected implmentaion steps:
1- For the UI part:
handle adding checkbox in layer settings in TOC for enabling/disabling interactive legend [the part in layer settings in TOC --> common with WFS]
handle the same behaviour in WMS of hovering effect on the legend items if classified on TOC and select effect as well [Add interactivity to the Vector Legend] --> common with WFS
2- For the logic:
Now user can create a style includes rules [classification for example] which is on geostyler format
The filter implementation will use an existing approach of filtering vector layer features based on geostyler expression so it can be user when user clicks on legend item to implement filter process (This should be done inside the specific VectorLayer implementation where possible)
change in style/disable interactive legend from layer settings
Other useful information
The text was updated successfully, but these errors were encountered:
Description
Vector layers do not have the concept of filtering.
These could be the needed tasks:
This is a summary of the expected implmentaion steps:
1- For the UI part:
2- For the logic:
Other useful information
The text was updated successfully, but these errors were encountered: