havatv / qgisnnjoinplugin

GNU General Public License v2.0
7 stars 8 forks source link

Does not work with selected features in QGIS 2.99 #9

Closed havatv closed 7 years ago

havatv commented 7 years ago

When trying to work on selected features in QGIS 2.99, NNJoin fails with the following error message:

AttributeError: 'QgsVectorLayer' object has no attribute 'selectedFeaturesIterator'
havatv commented 7 years ago

In QGIS 3 (2.99), selectedFeaturesIterator has been removed and getSelectedFeatures has to be used instead. Fixed.