Re: [QGIS-Developer] Rotating selected features programmatically

2024-08-01 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
def rotateFeature(self): """Find the rotate feature action in QGIS toolbar and trigger it so the user can rotate the element. """ # We want to detect when the rotation is complete with a geometryChanged signal so we can commit the changes and # end the edit sessio

[QGIS-Developer] QEP 300: STAC client in QGIS core

2024-08-01 Thread Stefanos Natsis via QGIS-Developer
Hi list! I have just filed a QEP for our upcoming work regarding building a STAC client in QGIS core. To anyone interested, please feel free to comment or open discussion on the following QEP issue: https://github.com/qgis/QGIS-Enhancement-Proposals/issues/300 Best Stefanos _

Re: [QGIS-Developer] Rotating selected features programmatically

2024-08-01 Thread Jacky Volpes via QGIS-Developer
Hi Luke, Please provide a PyQGIS code snippet to reproduce. It will be more convenient to comment and suggest modifications. Thanks, -- Jacky Volpes Ingénieur développeur SIG - Oslandia Le 26/07/2024 à 22:06, Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer a écrit : I am using the

Re: [QGIS-Developer] Transition from QtWebKit to QtWebEngine in qgis2web (QGIS plugin)

2024-08-01 Thread Julien Moura (Oslandia) via QGIS-Developer
Hi Andrea, We're currently working on this question on QTribu (https://github.com/geotribu/qtribu/pull/186). What is the correct way to have users install the qtwebengine dependency? On Debian and derived: |sudo apt install python3-pyqt5.qtwebengine| On Windows, it seems that it's already i

Re: [QGIS-Developer] QGIS project maintainability, forms and styles, xml verbosity (Nyall Dawson)

2024-08-01 Thread Alister Hood via QGIS-Developer
Hi, at least a couple of other ideas have been suggested that could help reduce the amount of project xml in many cases: Live linked layer styles · Issue #17898 · qgis/QGIS (github.com) "Embedded styling" option for paletted raster layers · Issue #53453 ·