[Qgis-developer] bug with 3D vector editing in qgis 2.6
Rémi Cura
remi.cura at gmail.com
Wed Feb 25 01:48:06 PST 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20150225/e183eed6/attachment-0001.html>
More information about the Qgis-developer
mailing list