-
# Improve documentation
## Link
https://supabase.com/docs/guides/database/extensions/postgis
## Describe the problem
I followed the example under "Enable the extension" exactly, first thr…
-
It would be great to have PostGIS support in Piccolo.
It would be a large chunk of work, so doing a proof of concept makes sense in the first instance, which provides basic functionality for common…
-
In PostGIS, Spatialite and MySQL, the SRID of a geometry created with the function `ST_GeomFromGeoJSON` is infered from the `crs` member of the GeoJSON object. This is useful because contrary to `ST_G…
-
With GeoNetwork 4.2.3, I'm facing difficulties regarding one record. I don't notice this problem for all records, just this one. The problem is for integrating/linking WFS/WMS within the metadata reco…
-
I want to use the result converted from [to_sql_where](https://github.com/geopython/pygeofilter/blob/9bde6f1e67e3e2c917a59f35f35f6eab8fc81dc8/pygeofilter/backends/sql/evaluate.py#L149) in PostGIS, as …
-
We should add a page to the documentation about dependency versions.
- the page should list the versions of dependencies (eg. PostGIS, GEOS, etc) for all the different releases that we offer
- the…
jakob updated
2 weeks ago
-
I tried to use `drizzle-kit push` with new extensionsFilter for postgis, but it still propmts me to delete postgis tables
```bash
Warning Found data-loss statements:
· You're about to delete geo…
-
```
CREATE TABLE testPolygon (
id SERIAL PRIMARY KEY,
geom GEOMETRY(Polygon, 4326)
);
select * from testPolygon
//矩形
INSERT INTO testPolygon (geom) VALUES (ST_GeomFromText('POLYGON((116…
-
fast api doesn't load items, even if data is loaded successful to pgstac deployed on **postgres 17**:
Deployment method:
```console
#!/bin/bash
# Update the package list
apt-get update
# Ins…
-
# Bug report
- [X] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…