Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #3026 from nirvn/centroid_fill_parts
[FEATURE] add setting to control centroid fill point rendering on all parts or a single part of multi-features
- Loading branch information
Showing
with
314 additions
and 9 deletions.
- +7 −0 python/core/symbology-ng/qgsfillsymbollayerv2.sip
- +18 −0 python/core/symbology-ng/qgssymbolv2.sip
- +48 −3 src/core/symbology-ng/qgsfillsymbollayerv2.cpp
- +11 −0 src/core/symbology-ng/qgsfillsymbollayerv2.h
- +16 −2 src/core/symbology-ng/qgssymbolv2.cpp
- +20 −0 src/core/symbology-ng/qgssymbolv2.h
- +8 −3 src/gui/symbology-ng/qgssymbollayerv2widget.cpp
- +1 −0 src/gui/symbology-ng/qgssymbollayerv2widget.h
- +15 −1 src/ui/symbollayer/widget_centroidfill.ui
- +1 −0 tests/src/core/CMakeLists.txt
- +169 −0 tests/src/core/testqgscentroidfillsymbol.cpp
- BIN .../control_images/symbol_centroidfill/expected_symbol_centroidfill/expected_symbol_centroidfill.png
- BIN ...rol_images/symbol_centroidfill/expected_symbol_centroidfill/expected_symbol_centroidfill_mask.png
- BIN ...troidfill/expected_symbol_centroidfill_part_biggest/expected_symbol_centroidfill_part_biggest.png
- BIN ...fill/expected_symbol_centroidfill_part_biggest/expected_symbol_centroidfill_part_biggest_mask.png
Oops, something went wrong.