cityjson / cityjson-qgis-plugin

A QGIS plugin that adds support for CityJSON files
Apache License 2.0
35 stars 8 forks source link

Import aglorithm is broken in 3.24.3 (macOS) #50

Open liberostelios opened 2 years ago

liberostelios commented 2 years ago

When importing a CityJSON file through the toolbox, the following Python error occurs:

2022-06-15T10:57:27 WARNING Traceback (most recent call last): File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/gui/AlgorithmDialog.py", line 273, in runAlgorithm 'parameters': self.algorithm().asMap(parameters, self.context) Exception: unknown

Originally posted by @misonishiki in https://github.com/cityjson/cityjson-qgis-plugin/issues/49#issuecomment-1156187029

liberostelios commented 2 years ago

Apparently there is an issue in QGIS for macOS: https://github.com/qgis/QGIS/issues/48598

It might be possible to fix this on our side by implementing the functions that fail.