Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added help for confexHull function
  • Loading branch information
astroidex committed Sep 15, 2013
1 parent f51dfc5 commit 6ec9e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/convexHull
Expand Up @@ -9,4 +9,4 @@ geometry → geometry
geometry → geometry

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

0 comments on commit 6ec9e75

Please sign in to comment.