Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/core/expression/qgsexpressionfunction.cpp
Co-authored-by: nicogodet <39594821+nicogodet@users.noreply.github.com>
  • Loading branch information
elpaso and nicogodet committed Jan 4, 2022
1 parent 4449598 commit 32e8ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/expression/qgsexpressionfunction.cpp
Expand Up @@ -6649,7 +6649,7 @@ static QVariant executeGeomOverlay( const QVariantList &values, const QgsExpress

// Sixth parameter (for intersects only) is the min overlap (area or length)
// Seventh parameter (for intersects only) is the min inscribed circle radius
// Eight parameter (for intersects only) is the return_measure
// Eighth parameter (for intersects only) is the return_measure
// Ninth parameter (for intersects only) is the sort_by_intersection_size flag
double minOverlap { -1 };
double minInscribedCircleRadius { -1 };
Expand Down

0 comments on commit 32e8ba3

Please sign in to comment.