From a8ae44ebbf8e2a2f13f17de076c6e3740d19fcf0 Mon Sep 17 00:00:00 2001 From: DiGro Date: Thu, 19 Nov 2020 16:10:17 +0100 Subject: [PATCH] Name function changed to lower case Line 5 : ST_INTERSECTS should be ST_Intersects. Other functions also were changed to lower case (i.e. ST_CONTAINS, ST_ CROSSES to ST_Contains, ST_Crosses) --- resources/function_help/json/overlay_intersects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/function_help/json/overlay_intersects b/resources/function_help/json/overlay_intersects index 6d3237f6cb5..ac50af79c0c 100644 --- a/resources/function_help/json/overlay_intersects +++ b/resources/function_help/json/overlay_intersects @@ -2,7 +2,7 @@ "name": "overlay_intersects", "type": "function", "groups": ["GeometryGroup"], - "description": "Returns whether the current feature spatially intersects at least one feature from a target layer, or an array of expression-based results for the features in the target layer intersected by the current feature.

Read more on the underlying GEOS \"Intersects\" predicate, as described in PostGIS ST_INTERSECTS function.", + "description": "Returns whether the current feature spatially intersects at least one feature from a target layer, or an array of expression-based results for the features in the target layer intersected by the current feature.

Read more on the underlying GEOS \"Intersects\" predicate, as described in PostGIS ST_Intersects function.", "arguments": [ { "arg": "layer",