Re: [Qgis-user] Setting configuration of a field in a vector layer

2024-08-02 Thread Etienne Trimaille via QGIS-User
Hi, You should use the method in QgsVectorLayer, otherwise, you are updating a "copy" of the QgsField : for field in layer.fields(): layer.setFieldConfigurationFlag( layer.fields().indexFromName(field.name()), Qgis.FieldConfigurationFlag.HideFromWfs, True) On GitHub.com, I often

Re: [Qgis-user] Using Processing for nightly ETL jobs

2024-05-22 Thread Etienne Trimaille via QGIS-User
Hi, https://docs.qgis.org/3.34/en/docs/user_manual/processing/standalone.html Le mer. 22 mai 2024 à 18:52, NOSPAM via QGIS-User a écrit : > Dear List, > > has anybody already used QGIS' processing framework for performing > nightly ETL jobs? > > I need to have nightly jobs run that > 1)

Re: [Qgis-user] qgis python error

2024-03-25 Thread Etienne Trimaille via QGIS-User
> I assume that is the latest stable version? 3.22.4 No, the last number (.4 in your case), is the number of bugfix versions. No new features are added in these bugfix versions. The stable release on 3.22 is 3.22.16

Re: [Qgis-user] qgis python error

2024-03-21 Thread Etienne Trimaille via QGIS-User
Hi, You have installed the plugin "Value tool", you can remove it. You should report this issue to the plugin author, there is a bug tracker : https://github.com/jorgealmerio/valuetool You are using QGIS 3.22.4, you should try to upgrade as well, it's old. Le jeu. 21 mars 2024 à 17:49, Don

Re: [Qgis-user] QGIS Server - GetLegendGraphics request confusion

2023-10-17 Thread Etienne Trimaille via QGIS-User
Hi, The documentation was updated a few months ago to follow the OGC specifications. https://docs.qgis.org/3.28/en/docs/server_manual/services/wms.html#getlegendgraphics versus https://docs.qgis.org/testing/en/docs/server_manual/services/wms.html#getlegendgraphic Le mar. 17 oct. 2023 à 09:27,

Re: [Qgis-user] Qgis server : problem with qgis server logs

2023-05-03 Thread Etienne Trimaille via QGIS-User
Hi, It's still possible to use QGIS_SERVER_LOG_FILE, but it's deprecated, you can see it in the documentation https://docs.qgis.org/3.28/en/docs/server_manual/config.html#environment-variables QGIS_SERVER_LOG_STDERR will send logs to stderr. Le mer. 3 mai 2023 à 23:53, Antonio Viscomi via

Re: [Qgis-user] Determine version of QGIS Server

2022-08-08 Thread Etienne Trimaille via Qgis-user
Le jeu. 4 août 2022 à 11:34, Inka Tauber via Qgis-user < qgis-user@lists.osgeo.org> a écrit : > Has there some configuration to be done to put QGIS Server info into > http-header? > In the ticket, it was using Nginx. But anyway, you don't need that anymore, indeed the "qgis_mapserv.fcgi

Re: [Qgis-user] Change properties of multiple layer at once

2022-04-04 Thread Etienne Trimaille via Qgis-user
You could use the LayerBoard plugin for that. It's available in the plugin manager. Possible to change different kinds of properties at once for many layers. But AFAIK, this plugin needs some help ;-) Le ven. 1 avr. 2022 à 12:48, L.W. via Qgis-user a écrit : > as far as I unterstood right, if