olivierdalang / VectorBender

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

raises AttributeError during bending #7

Open SzieberthAdam opened 7 years ago

SzieberthAdam commented 7 years ago
Traceback (most recent call last):
  File "C:/Users/Bob/.qgis2/python/plugins\VectorBender\vectorbender.py", line 171, in run
    if geom.type() == QGis.Point:
AttributeError: 'NoneType' object has no attribute 'type'

2 point bending of attached shapefile, at feature 20542.

területkimutatási terv.zip

SzieberthAdam commented 7 years ago

Olivier said he has no current resources to fix this issue. Keep this issue open and when I got time, I may sort out a PR for it.