Opened 6 years ago
Last modified 6 years ago
#17497 new enhancement
Pseudo class for features in inactive layer
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core mappaint | Version: | |
Keywords: | Cc: |
Description
It would be helpful to have an :inactive
pseudo-class available for paint styles, so that when working with the draw.data.inactive_color=false
option, data in an inactive layer could be styled differently than data in an active layer, yet not the uniform gray that results when the draw.data.inactive_color
option is set to true
. For example, I would like to add to my paint style that the colors of highway
s in an inactive layer are darker shades or less saturated than the colors for highway
s in the active layer.
Thank you.