Enable JSON-C on Postgresql
complete
M
Mano Kulasingam
Unable to use PostGIS geo capabilities since JSON-C is not enabled on Postgresql database.
You need JSON-C for ST_GeomFromGeoJSON in PostGIS and the link below shows how to enable JSON-C https://postgis.net/docs/ST_GeomFromGeoJSON.html.
Without JSON-C enabled it limits the using PostGIS on Postgresql.
Log In
Adrian Duong
complete
This is now enabled on new databases.
Adrian Duong
in progress
G
Gonçalo Franco
The PostGIS capability is severely limited without this option. We really need it for proximity queries. It's a show stopper for us.