I know there is a similar question but I am getting a different error and none of those answers have helped.
I am trying the following query (the GeoJSON itself is from the PostGIS website.
INSERT INTO layer_radar (id, geom)VALUES( '3bf24920-225b-11e4-8c21-0800200c9a66', ST_GeomFromGeoJSON('{"type":"Point","coordinates":[-48.23456,20.12345]}'))The error I am receiving is
ERROR: (null) (at offset 0)********** Error **********ERROR: (null) (at offset 0)SQL state: XX000Has anyone seen anything like this before? I can't get the simplest example to work.
أكثر...
I am trying the following query (the GeoJSON itself is from the PostGIS website.
INSERT INTO layer_radar (id, geom)VALUES( '3bf24920-225b-11e4-8c21-0800200c9a66', ST_GeomFromGeoJSON('{"type":"Point","coordinates":[-48.23456,20.12345]}'))The error I am receiving is
ERROR: (null) (at offset 0)********** Error **********ERROR: (null) (at offset 0)SQL state: XX000Has anyone seen anything like this before? I can't get the simplest example to work.
أكثر...