Bug report #8114
Ftools-Line Intersection does not work
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | - | ||
Category: | Processing/QGIS | ||
Affected QGIS version: | master | Regression?: | |
Operating System: | Easy fix?: | ||
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16948 |
Description
An error has occured while executing Python code: Traceback (most recent call last): File "E:\\GISApps\\dev\\qgisbuild\\output\\python\\plugins\\fTools\\tools\\doIntersectLines.py", line 96, in accept self.compute(line1, line2, field1, field2, outPath, self.progressBar) File "E:\\GISApps\\dev\\qgisbuild\\output\\python\\plugins\\fTools\\tools\\doIntersectLines.py", line 147, in compute fit1 = vprovider.getFeatures( QgsFeatureRequest().setSubsetOfAttributes([index1]) ) NameError: global name 'vprovider' is not defined Python version: 2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)] QGIS version: 1.9.0-Master Master, d91f36d
Associated revisions
[ftools] Fix Line Intersection (Fix #8114)
History
#1 Updated by Matthias Kuhn over 11 years ago
- Status changed from Open to Closed
Fixed in changeset cfadfb5573eb68a4a754e5cb918a09e1e3af2c94.
#2 Updated by Giovanni Manghi over 7 years ago
The "ftools" category is being removed from the tracker, changing the category of this ticket to "Processing/QGIS" to not leave the category orphaned.