-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] QGIS layer action support - partial ? #844
Comments
Right now as a workaround I am using an action managed by qgis, I used a personal pop-up with some variables in lizmap. My problem was to recall a link to a page using a unique code that could be found inside the geographic data table present in the psql database. I hope however to see the qgis action integration in the next release of lizmap. Example lizmap custom pop-up with variables:
|
To support Actions in Lizmap, we need that qgis server supports actions or a way to execute actions in qgis server. |
We have our own action, defined using SQL. We have different scope : layer, feature etc |
Related PR #3343 |
Can you try version 3.7 ? It has actions at the layer level now. |
This issue is missing some feedbacks. 👻 |
Would it be possible to run QGIS layer actions from lizmap ?
Then the actions like python commands and SQL query related processing would be enabled from the web (and executed on the QGIS server side)
Scenario in QGIS:
My (limited) use case
By having this functionality one could e.g. add features and then run layer action which could modify postgres layers, do calculations on server etc.
The text was updated successfully, but these errors were encountered: