olivierdalang / VectorBender

VectorBender is a QGis plugin
GNU General Public License v3.0
37 stars 15 forks source link

Pyhton error - QGIS 3.4 Maderia #20

Closed ludovico85 closed 4 years ago

ludovico85 commented 5 years ago

Hi, I have a problem with the trasformation of a point file. I get the following python error:

2019-03-22T18:31:01 WARNING Traceback (most recent call last): File "C:/Users/Ludovico/AppData/Roaming/QGIS/QGIS3\profiles\Ludovico/python/plugins\VectorBender\vectorbender.py", line 182, in run newGeom = QgsGeometry.fromPoint( self.transformer.map(p) ) AttributeError: type object 'QgsGeometry' has no attribute 'fromPoint'

jaminmelville commented 5 years ago

I have a pull request open that fixes this issue:

https://github.com/olivierdalang/VectorBender/pull/19

Just waiting for that to be merged in.

hpethen commented 5 years ago

I am also dealing with this error.

olivierdalang commented 4 years ago

fixed in #19