BRGM / gml_application_schema_toolbox

GML Application Schema toolbox is a QGIS plugin allowing to manipulate OGC Complex Features
https://brgm.github.io/gml_application_schema_toolbox/
GNU General Public License v2.0
26 stars 17 forks source link

Error while loading GMLAS options #234

Closed frida-161 closed 1 year ago

frida-161 commented 1 year ago

Environment

Description

When using the GMLAS mode in the wizard I get the following Error:

Logs

Traceback (most recent call last):
  File "/home/t5n/.local/share/QGIS/QGIS3/profiles/HVBG/python/plugins/gml_application_schema_toolbox/gui/load_wizard.py", line 202, in validatePage
    self._panel.do_load()
  File "/home/t5n/.local/share/QGIS/QGIS3/profiles/HVBG/python/plugins/gml_application_schema_toolbox/gui/import_gmlas_panel.py", line 394, in do_load
    params = self.import_params(dest_db_name, provider)
  File "/home/t5n/.local/share/QGIS/QGIS3/profiles/HVBG/python/plugins/gml_application_schema_toolbox/gui/import_gmlas_panel.py", line 303, in import_params
    [options.append(opt) for opt in dataset_creation_options]
TypeError: 'NoneType' object is not iterable