havatv / qgisnnjoinplugin

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

CRS transformation error with QGIS 3 #15

Closed havatv closed 6 years ago

havatv commented 6 years ago

If the CRS of the join layer differs from the CRS of the input layer, a CRS transformation error is reported. Probably an effect of API changes in QGIS 3.0.

havatv commented 6 years ago

Fixed using QgsProject.instance() as a third parameter to the QgsCoordinateTransform constructor.