I have some problem using this plugin with the latest Qgis LTR release. It works fine before for me but for now, this is the error message i got once I try running my python script :
Traceback (most recent call last):
File "C:\PROGRA~1\QGIS 3.22.16\apps\Python39\lib\code.py", line 90, in runcode
exec(code, self.locals)
File "", line 1, in
File "", line 9, in
File "C:\Users/HP/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ee_plugin\Map.py", line 25, in addLayer
add_or_update_ee_layer(eeObject, visParams, name, shown, opacity)
File "C:\Users/HP/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ee_plugin\utils.py", line 157, in add_or_update_ee_layer
layer = add_or_update_ee_image_layer(image, name, shown, opacity)
File "C:\Users/HP/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ee_plugin\utils.py", line 166, in add_or_update_ee_image_layer
raise Exception('Layer is not an EE layer: ' + name)
Exception: Layer is not an EE layer: point
I can share the script also if necessar for fixing this.
Hello dear, Thanks again for this amazing plugin.
I have some problem using this plugin with the latest Qgis LTR release. It works fine before for me but for now, this is the error message i got once I try running my python script : Traceback (most recent call last): File "C:\PROGRA~1\QGIS 3.22.16\apps\Python39\lib\code.py", line 90, in runcode exec(code, self.locals) File "", line 1, in
File "", line 9, in
File "C:\Users/HP/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ee_plugin\Map.py", line 25, in addLayer
add_or_update_ee_layer(eeObject, visParams, name, shown, opacity)
File "C:\Users/HP/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ee_plugin\utils.py", line 157, in add_or_update_ee_layer
layer = add_or_update_ee_image_layer(image, name, shown, opacity)
File "C:\Users/HP/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ee_plugin\utils.py", line 166, in add_or_update_ee_image_layer
raise Exception('Layer is not an EE layer: ' + name)
Exception: Layer is not an EE layer: point
I can share the script also if necessar for fixing this.