We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cbb54 commit bc591f5Copy full SHA for bc591f5
python/core/qgsgeometry.sip
@@ -298,7 +298,7 @@ not disjoint with existing polygons of the feature*/
298
/** Returns the smallest convex polygon that contains all the points in the geometry. */
299
QgsGeometry* convexHull() /Factory/;
300
301
- QgsGeometry* interoplate( double distance ) /Factory/;
+ QgsGeometry* interpolate( double distance ) /Factory/;
302
303
/** Returns a geometry representing the points shared by this geometry and other. */
304
QgsGeometry* intersection(QgsGeometry* geometry) /Factory/;
0 commit comments