pg_featureserv icon indicating copy to clipboard operation
pg_featureserv copied to clipboard

Lightweight RESTful Geospatial Feature Server for PostGIS in Go

Results 63 pg_featureserv issues
Sort by recently updated
recently updated
newest added

I have a spatial table with a table id, geometry field, unique id field and a JSONB field for the rest of the data. Does pg_featureserv expand JSONB fields or...

question

Minor fix to unnest values from JSONB fields in GeoJSON output. Output before: ```json { "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Polygon", "coordinates": [ [ [...

To make it easier to configure the service in some environments (e.g. Kubernetes) it would be useful to be able to substitute environment variables into configuration parameter values. For example,...

design

Part4 - Create, Replace, Delete Related issue: https://github.com/CrunchyData/pg_featureserv/issues/4 Support for Part4 Create, Replace, Delete # Create feature POST query to the path `/collections/{collid}/items` allows to create a new feature in...

Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.1.2 to 4.18.2. Changelog Sourced from github.com/jackc/pgx/v4's changelog. 4.18.2 (March 4, 2024) Fix CVE-2024-27289 SQL injection can occur when all of the following conditions are met: The...

dependencies

I had a db connection with a random password, So something like (I replaced alle names except the changed but lookalike passwd): `DbConnection = "postgresql://user:6Ni,ron.TSDk3Y#a@host/dbname"` I was not able to...

question

While the obsolete geojson spec specifies that a crs property can be on each object, most servers (geoserver/mapserver) specify a crs property only on the root object of the geojson...

enhancement

is it possible to overload a function and have the same name but with different parameters? I am able to create both functions and pg_featureserv reads them both but when...

question

- only minor code adaptation was needed to perform the upgrade - upgrade should not change anything in the UI - change source of OpenLayers library from https://openlayers.org to https://cdn.jsdelivr.net...