havatv / qgisnnjoinplugin

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

Output layer will not have a valid CRS if the input layer authid() returns a "USER" code #6

Closed havatv closed 7 years ago

havatv commented 7 years ago

If the layer CRS authid() function returns a "USER" code, the generated layer will get that code as its CRS, and that kind of projection information is not used by QGIS. In such cases, the PROJ4 string could be used instead.

havatv commented 7 years ago

Fixed for the qgis2 branch with that commit

havatv commented 7 years ago

Fixed for QGIS3 with the recent commit.