Re: [QGIS-Developer] PyQGIS API docs update & more

2024-07-26 Thread Tim Sutton via QGIS-Developer
Thanks so much for all these great updates Denis! — Tim Sutton Kartoza co-founder Open Source GIS Specialist https://kartoza.com > No dia 26/07/2024, às 13:27, Denis Rouzaud via QGIS-Developer > escreveu: > >  > Dear all, > > Here is a recap of the work I've recently done for the PyQGIS API

[QGIS-Developer] Rotating selected features programmatically

2024-07-26 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
I am using the select by expression tool through python to select my features and then I trigger rotation through python I see both selected features rotating, but when I click to end the rotation, it only rotated one of the features and left the other one as is. If I do this through the QGIS u

[QGIS-Developer] QGIS Web based

2024-07-26 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
Is there web based QGIS where I can use my current plugin to do the same thing I do in desktop? I don't want to just serve my data to user's, but want them to use data for analysis using the plugin I created for desktop but in a web based QGIS environment. Luke

[QGIS-Developer] Government CAC PKI Support for web services

2024-07-26 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
Is there support in QGIS for accessing web services (WFS, WMS, etc) requiring a gov't CAC? I looked at managing certificates and I can export my cert as a .cer file, but do not see that QGIS can import .cer. I see filters for .der and .pem. Luke ___

Re: [QGIS-Developer] QGIS Full Stack Web Developer Report

2024-07-26 Thread Lova Andriarimalala via QGIS-Developer
Hi Emma, my pleasure. Hi everyone, Please find below the report regarding the development and maintenance of the QGIS-related websites for this week: Overview: I mainly focused on resolving issues related to the new website. Additionally, I worked on some maintenance tasks. Deployed PRs&Tasks

[QGIS-Developer] PyQGIS API docs update & more

2024-07-26 Thread Denis Rouzaud via QGIS-Developer
Dear all, Here is a recap of the work I've recently done for the PyQGIS API docs. After the removal of QGIS self built docker images, the way of triggering the build of API docs needed to be reworked. Now,* API docs are built once a week for all 3 current versions (master, stable, ltr)*. To addr