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

Getting incomplete results from Intersect tool (fTools) #13609

Closed
qgib opened this issue Mar 6, 2011 · 7 comments
Closed

Getting incomplete results from Intersect tool (fTools) #13609

qgib opened this issue Mar 6, 2011 · 7 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Mar 6, 2011

Author Name: gcarrillo - (gcarrillo -)
Original Redmine Issue: 3549
Affected QGIS version: master
Redmine category:processing/qgis


On r15297 I get incomplete number of polygons when intersecting with the Geoprocessing tool 'Intersect' from fTools.

I attach two shapefiles for testing purposes.

In the command line I get this error:

ERROR 1: Attempt to write non-polygon (MULTILINESTRING) geometry to POLYGON type shapefile.


@qgib
Copy link
Contributor Author

qgib commented Dec 16, 2011

Author Name: Giovanni Manghi (@gioman)


  • fixed_version_id was changed from Version 1.7.0 to Version 1.7.4

@qgib
Copy link
Contributor Author

qgib commented Apr 16, 2012

Author Name: Paolo Cavallini (@pcav)


  • crashes_corrupts_data was configured as 0
  • fixed_version_id was changed from Version 1.7.4 to Version 1.8.0
  • version was configured as master

@qgib
Copy link
Contributor Author

qgib commented May 26, 2012

Author Name: Salvatore Larosa (@slarosa)


It occurs because the intersection operation generates different geometries types!
In your case, it generates a MultiLineString geometry and try to write in a Polygon geometry.
I sent a "pull request":#150 that should fix it!


  • assigned_to_id removed cfarmer
  • pull_request_patch_supplied was configured as 0
  • status_id was changed from Open to Feedback

@qgib
Copy link
Contributor Author

qgib commented May 26, 2012

Author Name: Jürgen Fischer (@jef-n)


  • status_id was changed from Feedback to Open
  • pull_request_patch_supplied was changed from 0 to 1

@qgib
Copy link
Contributor Author

qgib commented May 26, 2012

Author Name: Alexander Bruy (@alexbruy)


Fixed in changeset "4295a687d1e9413c5e138d3fb94febe13996d79c".


  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented May 26, 2012

Author Name: Alexander Bruy (@alexbruy)


  • resolution was changed from to fixed

@qgib
Copy link
Contributor Author

qgib commented Apr 30, 2017

Author Name: Giovanni Manghi (@gioman)


The "ftools" category is being removed from the tracker, changing the category of this ticket to "Processing/QGIS" to not leave the category orphaned.

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms labels May 24, 2019
@qgib qgib added this to the Version 1.8.0 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
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! Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

1 participant