GeoJsonWrite
Signature
Description
Writes the contents of table tableName
to a GeoJSON file located at
path
.
tableName
can be either:
- the name of an existing table,
- the result of a query (
SELECT
instruction which has to be written between simple quote and parenthesis '( )'
).
The default value of fileEncoding
is ISO-8859-1
.
Examples
Case where tablename
is the result of a selection
See also