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

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.

[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] 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] 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] 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

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

[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] 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] 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] 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 with https://download.os

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