IZSVenezie / VetEpiGIS-Tool

VetEpiGIS-Tool is a free QGIS tool that helps veterinarian users in the management of spatial data related to animal disease.
https://izsvenezie.github.io/VetEpiGIS-Tool/
GNU General Public License v2.0
1 stars 0 forks source link

Error during copy element #14

Closed mmazzucato closed 5 years ago

mmazzucato commented 5 years ago

To reproduce: 1) import data (points) 2) create Outbreaks layer 3) select a point 4) Copy an element to outbreak layer

ERROR: File "C:/Users/mazzucatom/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\VetEpiGIS-Tool-master\vetepigis_tool.py", line 1254, in copySel trafo = QgsCoordinateTransform(prvsrc.crs().toWkt(), prvdst.crs().toWkt()) TypeError: QgsCoordinateTransform(): arguments did not match any overloaded call: overload 1: too many arguments overload 2: argument 1 has unexpected type 'str' overload 3: argument 1 has unexpected type 'str' overload 4: argument 1 has unexpected type 'str' overload 5: argument 1 has unexpected type 'str'

mmazzucato commented 5 years ago

fixed