Skip to content

Commit 6ec9e75

Browse files
author
astroidex
committedSep 15, 2013
added help for confexHull function
1 parent f51dfc5 commit 6ec9e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎resources/function_help/convexHull

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ geometry → geometry
99
geometry → geometry
1010

1111
<h4>Example</h4>
12-
<pre> &rarr; returns </pre>
12+
<pre> geomToWKT( convexHull( geomFromWKT( 'LINESTRING(3 3 , 4 4 , 4 10)' )) ) &rarr; returns POLYGON((3 3,4 10,4 4,3 3)) </pre>

0 commit comments

Comments
 (0)
Please sign in to comment.