We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 280ec8d commit 17d63d5Copy full SHA for 17d63d5
src/plugins/point_displacement_renderer/qgspointdisplacementrenderer.h
@@ -86,6 +86,9 @@ class QgsPointDisplacementRenderer: public QgsFeatureRendererV2
86
/**Sets the center symbol (takes ownership)*/
87
void setCenterSymbol( QgsMarkerSymbolV2* symbol );
88
89
+ void setTolerance( double t ) { mTolerance = t; }
90
+ double tolerance() const { return mTolerance; }
91
+
92
private:
93
94
/**Embedded renderer. Like This, it is possible to use a classification together with point displacement*/
0 commit comments