Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Nam function chganged to lower case
Line 5 : ST_TOUCHES  should be ST_Touches.

Other functions also were changed to lower case (i.e. ST_CONTAINS, ST_ CROSSES  to  ST_Contains, ST_Crosses)
  • Loading branch information
DiGro authored and nyalldawson committed Nov 19, 2020
1 parent e7ea6e4 commit eec1695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/overlay_touches
Expand Up @@ -2,7 +2,7 @@
"name": "overlay_touches",
"type": "function",
"groups": ["GeometryGroup"],
"description": "Returns whether the current feature spatially touches at least one feature from a target layer, or an array of expression-based results for the features in the target layer touched by the current feature.<br><br>Read more on the underlying GEOS \"Touches\" predicate, as described in PostGIS <a href='https://postgis.net/docs/ST_Touches.html'>ST_TOUCHES</a> function.",
"description": "Returns whether the current feature spatially touches at least one feature from a target layer, or an array of expression-based results for the features in the target layer touched by the current feature.<br><br>Read more on the underlying GEOS \"Touches\" predicate, as described in PostGIS <a href='https://postgis.net/docs/ST_Touches.html'>ST_Touches</a> function.",
"arguments": [
{
"arg": "layer",
Expand Down

0 comments on commit eec1695

Please sign in to comment.