mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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!
1 line
145 B
Plaintext
1 line
145 B
Plaintext
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]] |