From e7ea6e4c81d8ba4312f6c2c3d1bdba8fdab6f1c3 Mon Sep 17 00:00:00 2001 From: DiGro Date: Thu, 19 Nov 2020 16:08:25 +0100 Subject: [PATCH] Name function PostGIS to lower case Line 5 : ST_WITHIN should be ST_Within. Other functions also were changed to lower case (i.e. ST_CONTAINS, ST_ CROSSES to ST_Contains, ST_Crosses) --- resources/function_help/json/overlay_within | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/function_help/json/overlay_within b/resources/function_help/json/overlay_within index 37042196551..fdb80ee9e93 100644 --- a/resources/function_help/json/overlay_within +++ b/resources/function_help/json/overlay_within @@ -2,7 +2,7 @@ "name": "overlay_within", "type": "function", "groups": ["GeometryGroup"], - "description": "Returns whether the current feature is spatially within at least one feature from a target layer, or an array of expression-based results for the features in the target layer that contain the current feature.

Read more on the underlying GEOS \"Within\" predicate, as described in PostGIS ST_WITHIN function.", + "description": "Returns whether the current feature is spatially within at least one feature from a target layer, or an array of expression-based results for the features in the target layer that contain the current feature.

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