On Mon, May 29, 2017 at 2:53 PM, Mark Johnson <mj10...@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
_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to