Martin Boos

Results 79 comments of Martin Boos

@jwhazel Release v3.0.1 has been published. Would you mind giving feedback?

I plan on improving the style converter even though it'll probably be a slow development. Happy to hear about the performance increase.

The plugin keeps only the visible data in the source, the others are discarded. That is by design. I am not familiar with the Atlas tool but it is, to...

Thanks for the report! Looks strange to me. I'll investigate. In the meantime, would you mind running the following commands in the Python console within QGIS: ```python from pkgutil import...

I hoped we'd see `protobuf` in there... Hmm..

Do you see it here: ```python import site import os print([os.listdir(d) for d in site.getsitepackages()]) ```

How about ```sh pip3 uninstall protobuf ``` or ```sh pip uninstall protobuf ``` If this messes up your system, the version you need to reinstall is documented above. 😁

I guess the problem is the following: There is a protobuf installed in the system, which is found by the plugin. This version is then used instead of the version...

I have no idea how to solve this problem. Normally, one can just use a virtual environment, but that's probably not possible. @sfkeller Would you mind asking one of your...

@sfkeller > What's the unique property of plugin's own version of protobuf which differentiates it from the already existant plugin? Just the fact that it's newer? What's the order on...