QGIS/python/gui/auto_generated
Nyall Dawson 7fba697bf3 [FEATURE] New "Merged feature" renderer for polygon and line layers
This renderer merges (or unions/dissolves) the line or polygon features
from a layer prior to rendering them. It's useful for rendering
a polygon layer with overlapping features as one single "coverage" feature,
or a line layer consisting of many smaller component line features
using a regularly spaced marker line or similar.

Internally, this just moves the guts of the existing inverted polygons
renderer to a new base class, as that renderer already had an option
to merge features prior to rendering. Basically it just exposes a new
renderer to users which is the inverted polygon renderer without
the inversion step!
2021-01-04 13:52:18 +10:00
..
2020-10-22 20:42:14 +02:00
2020-10-21 09:32:15 +10:00
2020-12-03 07:23:44 +01:00
2020-07-16 13:16:43 +02:00
2020-07-15 15:30:45 +03:00
2020-06-19 08:47:23 +10:00
2020-04-29 15:54:15 +02:00
2020-06-11 13:29:59 +10:00
Dox
2020-03-25 19:25:40 +10:00
2020-06-11 13:29:59 +10:00
2020-06-19 08:47:23 +10:00
2020-07-29 21:32:17 -04:00
2020-03-25 19:25:40 +10:00
2020-06-20 04:28:18 +10:00
2020-10-09 11:20:09 +10:00
2020-12-26 09:51:34 +10:00
2020-11-26 13:11:00 +10:00