Re: [Qgis-user] Confused by Point vs. PointZ and LineString v. LineStringZ

2018-12-05 Thread Nyall Dawson
On Wed, 5 Dec 2018 at 01:40, C Hamilton wrote: > > I have been writing some code that maintains the Z dimension for vector > layers. When I create a layer from QGIS points whether it is a point or line > layer and I create the points with QgsPoint(x, y, altitude), I can do this > without using

[Qgis-user] Confused by Point vs. PointZ and LineString v. LineStringZ

2018-12-04 Thread C Hamilton
I have been writing some code that maintains the Z dimension for vector layers. When I create a layer from QGIS points whether it is a point or line layer and I create the points with QgsPoint(x, y, altitude), I can do this without using PointZ or LineStringZ layers and it maintains the Z axis.