Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ SET geometry_output_format = 'geojson';

Explore the links below to discover all the available geospatial functions organized by category.

- [Geometry Functions](../../20-sql-functions/09-geometry-functions/index.md)
- [H3](../../20-sql-functions/09-geo-functions/index.md)
- [Geospatial Functions](../../20-sql-functions/09-geospatial-functions/index.md)

## Examples

Expand Down Expand Up @@ -137,4 +136,4 @@ SELECT id, st_transform(geo, 4326, 3857) FROM test;
│ 6 │ MULTIPOLYGON(((-1113194.907933 0,0 1118889.974858,1113194.907933 0,-1113194.907933 0)),((-1113194.907933 4865942.279503,1113194.907933 4865942.279503,0 2273030.926988,-1113194.907933 4865942.279503))) │
│ 7 │ GEOMETRYCOLLECTION(POLYGON((-1113194.907933 0,0 1118889.974858,1113194.907933 0,-1113194.907933 0)),LINESTRING(4452779.631731 8399737.889818,5565974.539664 6446275.841017,6679169.447596 4865942.279503),POINT(11020629.588534 1232106.801897)) │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
```
```

This file was deleted.

80 changes: 0 additions & 80 deletions docs/en/sql-reference/20-sql-functions/09-geo-functions/index.md

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Geospatial Functions",
"position": 16
}
Loading
Loading