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

Uncaught AttributeError: 'NoneType' object has no attribute 'asPoint' #1

Open Leshy2020 opened 5 years ago

Leshy2020 commented 5 years ago

Steps to reproduce

  1. First
  2. Second
  3. Third
Traceback (most recent call last):
  File "C:/Users/lordg\.config\\NextGIS\qgis2\python/plugins\VetEpiGIS-Tool\vetepigis_tool.py", line 1839, in createBuffers
    utm = self.getUTMzone(feat, psrid)
  File "C:/Users/lordg\.config\\NextGIS\qgis2\python/plugins\VetEpiGIS-Tool\vetepigis_tool.py", line 1912, in getUTMzone
    pt = geom.asPoint()
AttributeError: 'NoneType' object has no attribute 'asPoint'

VetEpiGIS-Tool 0.794, QGIS 2.18.28-Las Palmas on Windows 10

mmazzucato commented 5 years ago

@Chelahov we began the migration to QGIS 3. This issue will be solved for that version.

Keep in touch for news on that.