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
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
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
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
___
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
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