Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D coordinates export fails with ftools #13209

Closed
qgib opened this issue Oct 22, 2010 · 1 comment
Closed

3D coordinates export fails with ftools #13209

qgib opened this issue Oct 22, 2010 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Oct 22, 2010

Author Name: estelle - (estelle -)
Original Redmine Issue: 3149

Redmine category:python_plugins
Assignee: cfarmer -


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):

@qgib
Copy link
Contributor Author

qgib commented Nov 8, 2010

Author Name: cfarmer - (cfarmer -)


Fixed in fb942e6 (SVN r14537).

Carson


  • resolution was configured as fixed
  • status_id was changed from Open to Closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins
Projects
None yet
Development

No branches or pull requests

1 participant