Skip to content

Commit c1fa3d7

Browse files
pigrecoDelazJ
authored andcommitted
Fix typo in GeometryGroup.rst documentation overlay_touches function
from string_to_array(overlay_touches('regions', name)) to array_to_string(overlay_touches('regions', name))
1 parent ecdf252 commit c1fa3d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user_manual/expressions/expression_help/GeometryGroup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2509,7 +2509,7 @@ Read more on the underlying GEOS "Touches" predicate, as described in PostGIS `S
25092509
- * ``overlay_touches('regions')`` → TRUE if the current feature spatially touches a region
25102510
* ``overlay_touches('regions', filter:= population > 10000)`` → TRUE if the current feature spatially touches a region with a population greater than 10000
25112511
* ``overlay_touches('regions', name)`` → an array of names, for the regions touched by the current feature
2512-
* ``string_to_array(overlay_touches('regions', name))`` → a string as a comma separated list of names, for the regions touched by the current feature
2512+
* ``array_to_string(overlay_touches('regions', name))`` → a string as a comma separated list of names, for the regions touched by the current feature
25132513
* ``array_sort(overlay_touches(layer:='regions', expression:="name", filter:= population > 10000))`` → an ordered array of names, for the regions touched by the current feature and with a population greater than 10000
25142514
* ``overlay_touches(layer:='regions', expression:= geom_to_wkt(@geometry), limit:=2)`` → an array of geometries (in WKT), for up to two regions touched by the current feature
25152515

0 commit comments

Comments
 (0)