Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Nov 29, 2021
1 parent 31f2447 commit a7d4205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/function_help/json/overlay_intersects
Expand Up @@ -67,11 +67,11 @@
},
{
"expression": "overlay_intersects(layer:='regions', min_area:=0.54)",
"returns": "true if the current feature spatially intersects a region and the intersection area (of at least on of the parts in case of multipolygons) is greater or equal to 0.54"
"returns": "true if the current feature spatially intersects a region and the intersection area (of at least one of the parts in case of multipolygons) is greater or equal to 0.54"
},
{
"expression": "overlay_intersects(layer:='regions', min_inscribed_circle_radius:=0.54)",
"returns": "true if the current feature spatially intersects a region and the intersection area maximum inscribed circle's radius (of at least on of the parts in case of multipolygons) is greater or equal to the 0.54"
"returns": "true if the current feature spatially intersects a region and the intersection area maximum inscribed circle's radius (of at least one of the parts in case of multipolygons) is greater or equal to the 0.54"
}
]
}

0 comments on commit a7d4205

Please sign in to comment.