You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use import photos but after I successfuly created the point layer I get folling message when trying to print pictures with the click.
The following error message is :
2023-06-29T12:28:12 WARNING Traceback (most recent call last):
File "C:/Users/msoulez/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ImportPhotos\ImportPhotos.py", line 275, in setMouseClickMapTool
if layer.type() == QgsMapLayerType.VectorLayer and layer.fields().names() == FIELDS:
NameError: name 'QgsMapLayerType' is not defined
I'm running on QGIS 3.4
The text was updated successfully, but these errors were encountered:
I'm trying to use import photos but after I successfuly created the point layer I get folling message when trying to print pictures with the click.
The following error message is :
2023-06-29T12:28:12 WARNING Traceback (most recent call last):
File "C:/Users/msoulez/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ImportPhotos\ImportPhotos.py", line 275, in setMouseClickMapTool
if layer.type() == QgsMapLayerType.VectorLayer and layer.fields().names() == FIELDS:
NameError: name 'QgsMapLayerType' is not defined
I'm running on QGIS 3.4
The text was updated successfully, but these errors were encountered: