Skip to content

Commit

Permalink
Update resources/function_help/json/overlay_intersects
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
elpaso and nyalldawson committed Jan 7, 2022
1 parent 5b4a5dc commit d7797c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/overlay_intersects
Expand Up @@ -85,7 +85,7 @@
},
{
"expression": "overlay_intersects(layer:='regions', expression:= geom_to_wkt($geometry), return_details:=true)",
"returns": "an array of maps with the feature id, the expression value, the overlap value and the radius of the maximum inscribed circle"
"returns": "an array of maps containing 'id', 'result', 'overlap' and 'radius'"
},
{
"expression": "overlay_intersects(layer:='regions', expression:= geom_to_wkt($geometry), sort_by_intersection_size:='des')",
Expand Down

0 comments on commit d7797c0

Please sign in to comment.