[QGIS-Developer] Export layer with measures

Radim Blazek radim.blazek at gmail.com
Mon May 29 05:55:24 PDT 2017


On Mon, May 29, 2017 at 2:53 PM, Mark Johnson <mj10777 at googlemail.com> wrote:
>>> What GDAL version? You need GDAL >= 2.1 for M values
> Also the QGIS running must be compiled with GDAL >= 2.1 for this to work.

Yes, it is, but:

QgsVectorFileWriter::ogrTypeFromWkbType( QgsWkbTypes::Type type )
{
  type = QgsWkbTypes::dropM( type );
....

Radim


More information about the QGIS-Developer mailing list