mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix #8218
This commit is contained in:
parent
6f82a8983a
commit
89b3e0610b
@ -139,6 +139,10 @@ class Dialog(QDialog, Ui_Dialog):
|
||||
inFeat = QgsFeature()
|
||||
inFeatB = QgsFeature()
|
||||
outFeat = QgsFeature()
|
||||
outFields = QgsFields()
|
||||
outFields.append(field1)
|
||||
outFields.append(field2)
|
||||
outFeat.setFields(outFields)
|
||||
start = 15.00
|
||||
add = 85.00 / layer1.featureCount()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user