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: Harrissou Sant-anna <delazj@gmail.com>
  • Loading branch information
elpaso and DelazJ committed Jan 6, 2022
1 parent 055a02c commit 5b4a5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/overlay_intersects
Expand Up @@ -88,7 +88,7 @@
"returns": "an array of maps with the feature id, the expression value, the overlap value and the radius of the maximum inscribed circle"
},
{
"expression": "overlay_intersects(layer:='regions', expression:= geom_to_wkt($geometry), sort_by_intersection_size:=true)",
"expression": "overlay_intersects(layer:='regions', expression:= geom_to_wkt($geometry), sort_by_intersection_size:='des')",
"returns": "an array of geometries (in WKT) ordered by the overlap value in descending order"
}
]
Expand Down

0 comments on commit 5b4a5dc

Please sign in to comment.