mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-19 00:04:52 -04:00
[processing] fix Distance Matrix tool (fix #7618)
This commit is contained in:
parent
6ab62fd8b8
commit
7f522f92e0
@ -113,7 +113,6 @@ class PointDistance(GeoAlgorithm):
|
|||||||
index = vector.spatialindex(targetLayer)
|
index = vector.spatialindex(targetLayer)
|
||||||
|
|
||||||
inIdx = inLayer.fieldNameIndex(inField)
|
inIdx = inLayer.fieldNameIndex(inField)
|
||||||
inLayer.select([inIdx])
|
|
||||||
outIdx = targetLayer.fieldNameIndex(inField)
|
outIdx = targetLayer.fieldNameIndex(inField)
|
||||||
|
|
||||||
outFeat = QgsFeature()
|
outFeat = QgsFeature()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user