Hey Dear list, I opened a ticket a while ago (https://hub.qgis.org/issues/12010) about a bug in editing 3D postGIS layer with QGIS.
Strangely enough editing is fine (Z is put to 0, which is OK), but trying to create a geometry raise an error "Column has Z dimension but geometry does not" The only workaround I found was to create a trigger on the vector table that forces the input to 3D (ST_Force3D(geom)). It is however ugly and not good performance wise. Somebody has a better idea? Cheers, Rémi-C
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
