Skip to content

Commit

Permalink
fix function_help 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Dec 12, 2019
1 parent 2491284 commit 6c49ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/is_empty
@@ -1,7 +1,7 @@
{
"name": "is_empty",
"type": "function",
"description": "Returns true if a geometry is empty (without coordinates) or false if a is empty."
"description": "Returns true if a geometry is empty (without coordinates) or false if the geometry is empty.",
"arguments": [ {"arg":"geom","description":"a geometry"}],
"examples": [ { "expression":"is_empty(geom_from_wkt('LINESTRING(0 0, 1 1, 2 2)'))", "returns":"false"},
{ "expression":"is_empty(geom_from_wkt('LINESTRING EMPTY'))", "returns":"true"},
Expand Down

0 comments on commit 6c49ada

Please sign in to comment.