Skip to content

Commit

Permalink
geom_to_wkb - update description
Browse files Browse the repository at this point in the history
  • Loading branch information
havatv authored May 17, 2020
1 parent 39cbb33 commit 1ad63e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/geom_to_wkb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geom_to_wkb",
"type": "function",
"description": "Returns the Well-Known Binary (WKB) representation of a geometry as a binary blob.",
"description": "Returns the Well-Known Binary (WKB) representation of a geometry",
"arguments": [ {"arg":"geometry","description":"a geometry"}],
"examples": [ { "expression":"geom_to_wkb( $geometry )", "returns":"binary blob containing a geometry object"}
]
Expand Down

0 comments on commit 1ad63e9

Please sign in to comment.