Bug report #1161
split feature and topological editing
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Marco Hugentobler | ||
Category: | Digitising | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 11221 |
Description
The split feature function may be slow if topological editing is enabled.
This is because every vertex of the split result, QGIS calculates if vertices need to be inserted in other features.
It would be more efficient to only test the vertices of the split line + the intersection points of the split line and the feature to split
History
#1 Updated by Marco Hugentobler about 16 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed in 6506e6d1 (SVN r9352)
#2 Updated by Anonymous over 15 years ago
Milestone Version 1.0.0 deleted