You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi, I have an error using Qgis-Titan to load the layer imported with SDI.
Error message is :
"Column the_geom in "public"."boundaries" has a geometry type of GEOMETRY,
which Qgis does not currently support."
Any help appreciated.
Thanks.
Sean
Offline

Hi Sean, this is a problem in QGis which doesn't support Type = "Geometry" in PostGis. I've the same problem using Titan, maybe it's different in latest release ?
To fix the problem, you need to define in sPostgisOutput component the geometry type (ie. Point, LineString, Polygon, Multi*...) according to your input geometries and not use the generic Geomtry type if you plan to use Qgis.
HTH. Francois
PS : type = "Geometry" is well supported by uDig.
Offline
Pages: 1