Re: [gdal-dev] Setting a point into postgresql using GDAL

2017-02-07 Thread jratike80
FS client, but you will have better possibilities. It also happens quite often for me that the problem gets solved while I gather and test the Minimal, Complete, and Verifiable example. Best regards, -Jukka Rahkonen- -- View this message in context: http://osgeo-org.1560.x6.nabble.co

[gdal-dev] Setting a point into postgresql using GDAL

2017-02-07 Thread Ahmed Tolba
Hi All, I’m trying to set a point xyz, which represents longitude altitude latitude, but when I create the feature, I get Error 1 Can’t find transcation response. The Geometry field is set by this in the database: ALTER TABLE poiserver ALTER COLUMN geom TYPE GEOMETRY(POINTZ,4326) USING ST_Force