defconvertToNodes(self, geom):mp =QgsMultiPoint()#TODO:mega inefficient - needs rework when geometry iterators land# (but at least it doesn't lose Z/M values)forgingeom.constGet().coordinateSequence():forring:forpinr: mp.addGeometry(p)return[QgsGeometry(mp)] 开发者ID:vmora,项目名称:QGI...
Original Redmine Issue: 14197 Affected QGIS version: master Redmine category:vectors Export to shapefile from DXF (Point) generates the following error: Feature creation error (OGR error: Attempt to write non-point (MULTIPOINT) geometry to point shapefile.) Sample data attached. QU_extract.dxf (...
1 Multipoint shapefile won't display 3 Order in PostGis multipoints 9 Quickly setting value of selected features in QGIS? 8 Allowing NULL value in field's value map in QGIS? 13 Obtaining the distance from the QGIS Measure Tool? 1 Extract part of multipolygon that does not intersect wi...