[GEE TSE] no attribute 'onDownloadLayerProfilesClicked'

Issue #1414 new
Fabian Thiel created an issue

When opening the tab for location layer the following error shows up (after selecting a vector layer)

The Download profiles button seems to work as intended though.

An error has occurred while executing Python code: 

AttributeError: 'GeeTemporalProfileDockWidget' object has no attribute 'onDownloadLayerProfilesClicked' 
Traceback (most recent call last):
  File "C:\Users\fabian\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\geetimeseriesexplorerapp\geetemporalprofiledockwidget.py", line 1013, in onFeaturePickerFeatureChanged
    self.onDownloadLayerProfilesClicked(onlySelected=True, updateUi=True)
AttributeError: 'GeeTemporalProfileDockWidget' object has no attribute 'onDownloadLayerProfilesClicked'

3.10.1.20220805T142416.MASTER

Comments (1)

  1. Log in to comment