Re: [QGIS-Developer] Building QGIS with QT6 on Ubuntu: Python error at start

2025-07-21 Thread pathmapper via QGIS-Developer
Hi, I don't know what's wrong, but when I had similar problems, switching to Python 3.12 solved them for me. Cheers, Björn On 21.07.2025 16:58, Alessandro Pasotti via QGIS-Developer wrote: Hi, I am trying to build QGIS with QT6 on Ubuntu (tried 24.10 and 25.04), it builds without errors but

Re: [QGIS-Developer] 2024 QGIS Grant Proposals final results

2024-05-03 Thread pathmapper via QGIS-Developer
Thanks Anita, QGIS User Group Germany is thinking about starting an initiative to raise funds for grant applications that did not make it this time. The total budget of the grant program was 30k, of which 27k were awarded. Would it be possible to use the "remaining" 3k for #6 on the list (t

Re: [QGIS-Developer] Nightly build down?

2024-03-18 Thread pathmapper via QGIS-Developer
-> https://trac.osgeo.org/osgeo4w/ticket/822 On 18.03.2024 14:50, pathmapper wrote: Hi, shouldn't there be a nightly build from last night? The latest build is a week old. https://github.com/qgis/QGIS/commit/3925a5a621c436755fcbccbbe1506cd587ab1614 (OSGeo4W installer wi

[QGIS-Developer] Nightly build down?

2024-03-18 Thread pathmapper via QGIS-Developer
Hi, shouldn't there be a nightly build from last night? The latest build is a week old. https://github.com/qgis/QGIS/commit/3925a5a621c436755fcbccbbe1506cd587ab1614 (OSGeo4W installer with https://download.osgeo.org) The weekly snapshot is also two weeks old: https://download.osgeo.org/qgis/

Re: [QGIS-Developer] Remove stripe.qgis.org and planet.qgis.org (test.qgis.org?) from DNS

2023-12-23 Thread pathmapper via QGIS-Developer
According to https://github.com/qgis/QGIS/wiki/OGC-compliance-for-QGIS/#technical-steps http://test.qgis.org/ is still in use, see also https://github.com/qgis/QGIS-Server-CertifSuite/issues/24 Also the demo QGIS Server http://qgis4.qgis.org: is not available (402 Bad Gateway): http://qgis4.

[QGIS-Developer] Aggregate (GUI) - Load fields from layer

2023-09-05 Thread pathmapper via QGIS-Developer
Hi, the processing tool "Aggregate" https://docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/vectorgeometry.html#aggregate offers to "Load fields from layer" which according to the docs has the purpose "You can load fields from another layer and use them for the aggregation".

Re: [QGIS-Developer] QGIS Ghostscript critical-severity

2023-07-23 Thread pathmapper via QGIS-Developer
Hi Raul, please see https://lists.osgeo.org/pipermail/qgis-user/2023-July/053218.html Cheers, Björn On 24.07.2023 08:06, Raul Lupascu via QGIS-Developer wrote: Hello, the current Version of QGIS is using Ghostscript-files which are severe vulnerabilities. It is using the Version 9.55.0. It w

Re: [QGIS-Developer] Rule based layer styling without rules misbehaving?

2023-06-06 Thread pathmapper via QGIS-Developer
Hi Richard, there are sometimes issues when copy/pasting a rule -> https://github.com/qgis/QGIS/issues/40206 . You could try to create the second rule from scratch. Regards, Björn On 06.06.2023 09:06, Richard Duivenvoorde via QGIS-Developer wrote: Need to have a styling to have two icon s

Re: [QGIS-Developer] AFS feature iterator logic

2022-12-29 Thread pathmapper via QGIS-Developer
Hi Alex, with WFS, if the option "Only request features overlapping the view extent" is checked, there will be GetFeature emitted constantly on pan/zoom of the map. This behaviour doesn't even stop when all features of the service are already loaded: https://github.com/qgis/QGIS/issues/51168

[QGIS-Developer] Nominatim request throttling

2022-11-20 Thread pathmapper via QGIS-Developer
Hi List, currently the built in Nominatim locator/geocoder forces a 1,000ms wait in-between queries. This was implemented to comply with the OSM Nominatim TOS because their endpoint https://nominatim.openstreetmap.org/search was used originally. Since https://github.com/qgis/QGIS/pull/42011

Re: [QGIS-Developer] https://plugins.qgis.org/ not available

2022-08-16 Thread pathmapper via QGIS-Developer
Thanks Tim, Cheers, Björn On 16.08.2022 13:24, Tim Sutton wrote: I am looking into the issue, will hopefully be back online soon. Regards Tim On Tue, Aug 16, 2022 at 6:02 AM pathmapper via QGIS-Developer wrote: Is there some ongoing maintenance or should it be available

[QGIS-Developer] https://plugins.qgis.org/ not available

2022-08-15 Thread pathmapper via QGIS-Developer
Is there some ongoing maintenance or should it be available? ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-deve

Re: [QGIS-Developer] flash geometries for (larger) polygons?

2022-07-04 Thread pathmapper via QGIS-Developer
Hi Richard, what are you trying to achieve? If you would like to flash only the border of the polygon you could try to use geometry.convertToType(1) (https://qgis.org/pyqgis/master/core/QgsGeometry.html#qgis.core.QgsGeometry.convertToType) to flash only a LineGeometry instead of a polygon.

Re: [QGIS-Developer] QGIS Modelbuilder, Persisting Filepaths+Filenames

2022-05-06 Thread pathmapper via QGIS-Developer
Hi, if you run your model from the model builder (green "play" button) and not from the processing toolbox, your settings will be preserved (if you open the .model3 file with a text editor, watch out for 'designerParameterValues'). Cheers, Björn On 06.05.2022 12:29, Johannes Kröger via QGI

[QGIS-Developer] Server: wording WFS3 / OGC API - Features

2022-02-10 Thread pathmapper
Hi, currently the term "WFS3" is still used for the standard QGIS Server "OGC API - Features" landing page URL: http://localhost/qgisserver/wfs3 and the docs: https://docs.qgis.org/testing/en/docs/server_manual/services/ogcapif.html Looks like WFS3 is not the official OGC wording anymore, a

Re: [QGIS-Developer] Docs/Instructions for Filter/Query Builder

2021-10-25 Thread pathmapper
I've just been asked by some average QGIS user (unknown to SQL queries) how to create a simple filter like cityname='foo' for a vector layer. That was almost impossible for that person, unaware of SQL... Thank you for raising this issue Richard, got the same feedback from some users. For fi

Re: [QGIS-Developer] QGIS Server WFS 1.1.0 response XML - properties with xsi:nil="true"

2021-09-24 Thread pathmapper
-> https://github.com/qgis/QGIS/issues/45243 On 20.09.2021 12:10, pathmapper wrote: Hi, for a property with NULL value, QGIS Server WFS 1.1.0 includes this property with xsi:nil="true" in the response XML. I noticed this, because other WFS server software is omitting these pr

[QGIS-Developer] QGIS Server WFS 1.1.0 response XML - properties with xsi:nil="true"

2021-09-20 Thread pathmapper
Hi, for a property with NULL value, QGIS Server WFS 1.1.0 includes this property with xsi:nil="true" in the response XML. I noticed this, because other WFS server software is omitting these properties with NULL values. Having a dataset with lots of features and properties with NULL values,

Re: [QGIS-Developer] QGIS Server and Desktop on same machine in production?

2021-07-08 Thread pathmapper
at 2:48 PM pathmapper wrote: Hi, I would like to use processing from the command line (https://docs.qgis.org/3.16/en/docs/user_manual/processing/standalone.html [1]) on the same Ubuntu machine where QGIS server is running: Every information I did find so far says to install QGIS Desktop to have qg

[QGIS-Developer] QGIS Server and Desktop on same machine in production?

2021-06-10 Thread pathmapper
Hi, I would like to use processing from the command line (https://docs.qgis.org/3.16/en/docs/user_manual/processing/standalone.html) on the same Ubuntu machine where QGIS server is running: Every information I did find so far says to install QGIS Desktop to have qgis_process available, but t

Re: [QGIS-Developer] Require documentation PR for new features

2021-04-15 Thread pathmapper
Any opinion? +1 ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Disable descriptive legends for raster layers (for use with QGIS Server)

2021-04-07 Thread pathmapper
Thanks Alessandro do you think that the same solution implemented with https://github.com/qgis/QGIS/pull/42193 would work if extended to multiband rasters? If this results in only showing the layer title in the legend, yes. In any event, you should probably file a feature request ticket. d

[QGIS-Developer] Disable descriptive legends for raster layers (for use with QGIS Server)

2021-04-07 Thread pathmapper
Hi, https://github.com/qgis/QGIS/pull/40620 introduced more descriptive legends for raster layers. While this might be useful when working with QGIS Desktop, I'm looking for a way to disable them for using a project with QGIS Server. By default, QGIS server uses for the WMS legend image wha

Re: [QGIS-Developer] Compilation error with 'master'

2021-03-19 Thread pathmapper
all dangling former versions. I hope it helps. Regards, Jorge Gustavo Às 09:26 de 16/03/21, pathmapper escreveu: Hi, if I try to compile QGIS with latest master (commit 8731c7e) it fails with: QGIS/src/core/qgscoordinatetransform_p.cpp:26:10: fatal error: proj_experimental.h: Datei oder

Re: [QGIS-Developer] Compilation error with 'master'

2021-03-16 Thread pathmapper
OK, tracked this down to https://github.com/qgis/QGIS/commit/e11801d34e11dd1e7edfbcb2f3cda7bf476ea599#diff-559ffd97601953ff5b3414dc8f132583a144ae8257ebd2a482a2d10a2c8257eb so it's likely related to the proj version I'm using. On 16.03.2021 10:26, pathmapper wrote: Hi, if I try to co

[QGIS-Developer] Compilation error with 'master'

2021-03-16 Thread pathmapper
Hi, if I try to compile QGIS with latest master (commit 8731c7e) it fails with: QGIS/src/core/qgscoordinatetransform_p.cpp:26:10: fatal error: proj_experimental.h: Datei oder Verzeichnis nicht gefunden #include ^ compilation terminated. ("Datei oder Verzeichn

Re: [QGIS-Developer] QGIS WMS provider firing too many requests !?

2021-02-13 Thread pathmapper
Hi, here's a related thread (i.e. xyz tiles, but I guess it's also valid vor wms): https://github.com/qgis/QGIS/issues/34813 Some quotes: "QGIS renders the surrounding areas in a background job to make subsequent pan actions faster. Therefore it sends more tile requests than necessary for th

[QGIS-Developer] Docker pull rate limit / Travis

2021-01-04 Thread pathmapper
ccount would be something the QGIS project would be interested in or if the QGIS Docker account is already sponsored. A sponsored Docker account might help a little bit reaching these limits e.g. regarding pulling: https://hub.docker.com/r/qgis/qgis3-build-deps Che