Opened 14 years ago

Closed 14 years ago

#3149 closed bug (fixed)

3D coordinates export fails with ftools

Reported by: estelle Owned by: cfarmer
Priority: minor: annoyance Milestone: Version 1.6.0
Component: Python plugins and bindings Version: 1.5.0
Keywords: ftools Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

I had some problems with a shapefile in qgis. This shape includes 3D GPS points. When using : Vector/Geometry Tools/Export-Add geometry columns (in order to get the coordinates), the function simpleMeasure (in doGeometry.py) returns zero. You can try to replace the old line: if inGeom.wkbType() == QGis.WKBPoint: by the proposed fixed line: if inGeom.wkbType() in (QGis.WKBPoint,QGis.WKBPoint25D):

Change History (2)

comment:1 by borysiasty, 14 years ago

Owner: changed from borysiasty to cfarmer

comment:2 by cfarmer, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in r14536.

Carson

Note: See TracTickets for help on using tickets.