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]: possibility to set the segmentation tolerance (maximum ang…
…le or maximum difference)
- Loading branch information
Showing
with
338 additions
and 310 deletions.
- +11 −1 python/core/geometry/qgsabstractgeometryv2.sip
- +5 −4 python/core/geometry/qgscircularstringv2.sip
- +5 −1 python/core/geometry/qgscompoundcurvev2.sip
- +9 −2 python/core/geometry/qgscurvepolygonv2.sip
- +7 −3 python/core/geometry/qgscurvev2.sip
- +4 −2 python/core/geometry/qgsgeometrycollectionv2.sip
- +5 −1 python/core/geometry/qgslinestringv2.sip
- +12 −0 python/core/qgsmapsettings.sip
- +12 −0 python/core/qgsrendercontext.sip
- +7 −0 python/gui/qgsmapcanvas.sip
- +3 −0 src/app/qgisapp.cpp
- +27 −0 src/app/qgsoptions.cpp
- +9 −0 src/core/geometry/qgsabstractgeometryv2.cpp
- +11 −1 src/core/geometry/qgsabstractgeometryv2.h
- +9 −4 src/core/geometry/qgscircularstringv2.cpp
- +6 −5 src/core/geometry/qgscircularstringv2.h
- +2 −2 src/core/geometry/qgscompoundcurvev2.cpp
- +5 −1 src/core/geometry/qgscompoundcurvev2.h
- +5 −5 src/core/geometry/qgscurvepolygonv2.cpp
- +9 −2 src/core/geometry/qgscurvepolygonv2.h
- +2 −2 src/core/geometry/qgscurvev2.cpp
- +7 −4 src/core/geometry/qgscurvev2.h
- +2 −2 src/core/geometry/qgsgeometrycollectionv2.cpp
- +4 −2 src/core/geometry/qgsgeometrycollectionv2.h
- +3 −1 src/core/geometry/qgslinestringv2.cpp
- +5 −1 src/core/geometry/qgslinestringv2.h
- +2 −0 src/core/qgsmapsettings.cpp
- +16 −0 src/core/qgsmapsettings.h
- +8 −0 src/core/qgsrendercontext.cpp
- +16 −0 src/core/qgsrendercontext.h
- +1 −1 src/core/symbology-ng/qgssymbolv2.cpp
- +17 −0 src/gui/qgsmapcanvas.cpp
- +7 −0 src/gui/qgsmapcanvas.h
- +85 −263 src/ui/qgsoptionsbase.ui
Oops, something went wrong.