On 31 October 2017 at 20:10, Casper Børgesen <[email protected]> wrote: > I now see that it is format (driver?) dependent. I was looking at a file > geodatabase but exporting it to SHAPE then I can see the “Closest vertex Z” > under derived.
This sounds odd to me - either the layer in QGIS has a Z value, or it doesn't. Exporting to another format should not be adding z values which QGIS could not read in other circumstances. What do you get if you run: [f.geometry().wkbType() for f in iface.activeLayer().getFeatures()][0] in the Python console after selecting your geodatabase layer? Nyall _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
