Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add link to postgis ST_MaximumInscribedCircle
  • Loading branch information
elpaso authored and nyalldawson committed Nov 29, 2021
1 parent d881f22 commit 31f2447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/overlay_intersects
Expand Up @@ -36,7 +36,7 @@
},
{
"arg": "min_inscribed_circle_radius",
"description": "an optional minimum radius in current feature units for the maximum inscribed circle of the intersection (if the intersection results in multiple polygons the intersection will be returned if at least one of the polygons has a radius for the maximum inscribed circle greater or equal to the value)",
"description": "an optional minimum radius in current feature units for the maximum inscribed circle of the intersection (if the intersection results in multiple polygons the intersection will be returned if at least one of the polygons has a radius for the maximum inscribed circle greater or equal to the value).<br>Read more on the underlying GEOS predicate, as described in PostGIS <a href='https://postgis.net/docs/ST_MaximumInscribedCircle.html'>ST_MaximumInscribedCircle</a> function.",
"optional": true
}
],
Expand Down

0 comments on commit 31f2447

Please sign in to comment.