Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Feature #8725: simplification configurable
The simplification is configurable by layer, also this commit contains reording of code. I have pending show in the properties form of layer a check for enable/disable the simplification
- Loading branch information
Showing
with
517 additions
and 579 deletions.
- +0 −1 src/core/CMakeLists.txt
- +438 −2 src/core/qgsfeaturerequest.cpp
- +52 −3 src/core/qgsfeaturerequest.h
- +0 −4 src/core/qgsmaprenderer.cpp
- +0 −461 src/core/qgsmaprequest.cpp
- +0 −89 src/core/qgsmaprequest.h
- +1 −7 src/core/qgsrendercontext.cpp
- +0 −5 src/core/qgsrendercontext.h
- +10 −5 src/core/qgsvectorlayer.cpp
- +14 −0 src/core/qgsvectorlayer.h
- +1 −1 src/core/symbology-ng/qgslinesymbollayerv2.cpp
- +1 −1 src/core/symbology-ng/qgssymbollayerv2.cpp
Oops, something went wrong.