Skip to content

Commit fbd6618

Browse files
committed
Add missing sip binding
1 parent 5d97d03 commit fbd6618

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/core/qgsmaptopixelgeometrysimplifier.sip

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ class QgsMapToPixelSimplifier : QgsAbstractGeometrySimplifier
4343
//! Sets the local simplification algorithm of the vector layer managed
4444
void setSimplifyAlgorithm( SimplifyAlgorithm simplifyAlgorithm );
4545

46+
//! Returns a simplified version the specified geometry
47+
virtual QgsGeometry simplify( const QgsGeometry& geometry ) const;
48+
4649
//! Sets the tolerance of the vector layer managed
4750
void setTolerance( double value );
4851

0 commit comments

Comments
 (0)