Feature request #10874
Allow selected polygon to be pattern instead of just color
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Map Canvas | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 19242 |
Description
When selecting in polygon it is usually yellow, or a color that one can choose in the options. It would be neat, if one could also choose a selection pattern. I would prefer something like diagonal black stripes with transparent in between. That way the color and pattern of the selected polygons are still visible in the transparent parts of the pattern, but I also know I have it currently selected.
History
#1 Updated by Giovanni Manghi over 10 years ago
- Category set to Map Canvas
#2 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No
#3 Updated by Igor Evdokimov over 6 years ago
We strongly need to make hatched selection of polygons. Even standard hatches/line pattern
(diagonal, cross, etc.) will be enough, but not simple "color fill", as it is now in QGis.
So now I had to implement this with rule-based symbology using <is_selected()> function
on map features. With this workaround on ~60 rules all works fine also, but on 4000 - very slow.
I think is is worth to make full-featured instrument of "selection pattern" tuning
(as it is in style editor, for example).
#4 Updated by Giovanni Manghi over 6 years ago
Igor Evdokimov wrote:
We strongly need to make hatched selection of polygons
Consider supporting the work to implement this feature or submitting a patch. Cheers!
#5 Updated by Igor Evdokimov over 6 years ago
Giovanni Manghi wrote:
Consider supporting the work to implement this feature or submitting a patch. Cheers!
Interesting idea, I'll try ;-)