mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -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)
|
||||
|
||||
inIdx = inLayer.fieldNameIndex(inField)
|
||||
inLayer.select([inIdx])
|
||||
outIdx = targetLayer.fieldNameIndex(inField)
|
||||
|
||||
outFeat = QgsFeature()
|
||||
|
Loading…
x
Reference in New Issue
Block a user