Re: [QGIS-Developer] QGIS Server vs QGIS Desktop

2024-05-16 Thread WhereGroup
Hi Luke, check out 3Liz's great Py-QGIS-WPS https://github.com/3liz/py-qgis-wps If you convert your plugin's analysis part to processing tool(s) it should work fine. Cheers, Hannes On 16.05.24 22:18, Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer wrote: Does Server provide any ana

[QGIS-Developer] QGIS Server vs QGIS Desktop

2024-05-16 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
Does Server provide any analysis capabilities or is it just mainly to serve maps (WMS, WFS, etc.)? I read on the into page that it has plugin capabilities and uses QGIS as the back end. I have a plugin that I developed for QGIS Desktop and have been asked if we could eventually go completely w

[QGIS-Developer] Reload python library used by plugin

2024-05-16 Thread Gerald Kogler via QGIS-Developer
The fantastic Plugin Reloader doesn't reload loaded libraries as documented here (https://github.com/borysiasty/plugin_reloader/issues/37). So when I change code in a library used by a QGIS plugin the only way I know to reload this library is to restart QGIS. To make it clear: I'm not talking