Skip to content

Commit f6b429f

Browse files
soyeric128Chasen-Zhang
authored andcommitted
Update 45-data-type-geospatial.md
1 parent ece65a1 commit f6b429f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/sql-reference/00-sql-reference/10-data-types/45-data-type-geospatial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Databend supports multiple geospatial output formats—[WKT (Well-Known Text)](h
4040
| MultiPolygon | `MULTIPOLYGON(((10 20, 30 40, 50 60, 10 20)), ((15 25, 25 35, 35 45, 15 25)))` | `{"coordinates":[[[[10,20],[30,40],[50,60],[10,20]]],[[[15,25],[25,35],[35,45],[15,25]]]],"type":"MultiPolygon"}` |
4141
| GeometryCollection | `GEOMETRYCOLLECTION(POINT(10 20), LINESTRING(10 20, 30 40), POLYGON((10 20, 30 40, 50 60, 10 20)))` | `{"coordinates":[[[10,20],[30,40],[50,60],[10,20]]],"type":"Polygon"}` |
4242

43-
To switch the geospatial output format in Databend, configure the `SET geometry_output_format` setting with your desired format: `wkt`, `wkb`, or `geojson`. For example,
43+
To switch the geospatial output format in Databend, configure the `SET geometry_output_format` setting with your desired format. For example,
4444

4545
```sql
4646
SET geometry_output_format = 'geojson';

0 commit comments

Comments
 (0)