There was an error while loading. Please reload this page.
1 parent 39cbb33 commit 1ad63e9Copy full SHA for 1ad63e9
1 file changed
resources/function_help/json/geom_to_wkb
@@ -1,7 +1,7 @@
1
{
2
"name": "geom_to_wkb",
3
"type": "function",
4
- "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",
5
"arguments": [ {"arg":"geometry","description":"a geometry"}],
6
"examples": [ { "expression":"geom_to_wkb( $geometry )", "returns":"binary blob containing a geometry object"}
7
]
0 commit comments