Currently, I detect the geometry type of input layers (which the user supplies, so they could be anything) with layer.wkbType(). This fails (returning -2147483646) if the input layer has z/m values (and will probably also fail with eg curved geometries).
Is there a way to "flatten/simplify" newer/more complex geometry types into simple point/line/poly types? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Python-drop-z-m-values-tp5258674.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. _______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
