Re: [Qgis-user] [Qgis-voting-members] Call For Community Voting members ballot - second round

2024-12-03 Thread Marco Bernasocchi via QGIS-User
Hi Ismael, This election is finished, and the elected voters could already take part in the AGM. Hugo's place will go into next year's election, and we will need to see if there are places up for grabs; there might be no spots due to a country user group that dissolves (a group contacted to ask how

Re: [Qgis-user] Adding coordinates to layer

2024-12-03 Thread Huesmann, Michaela via QGIS-User
Hello Paddy, I guess it will work with a Shapefile (or Geopackage) that allows multi-point feature type. Then it works in the same way as if you want to add an additional part to an existing geometry. You can open the attribute table and select one dataset there. Then activate the map window,

Re: [Qgis-user] [Qgis-voting-members] Call For Community Voting members ballot - second round

2024-12-03 Thread Stefanos Natsis via QGIS-User
For the record, Hugo resigned on the 22nd while the ballot was open for another 2 days until the 24th, though. Shouldn't the ballot be closed as unnecessary on the 22nd and all nominees be accepted? Best Stefanos On Tue, 3 Dec 2024 at 13:38, Marco Bernasocchi via Qgis-voting-members < qgis-voting

[Qgis-user] Get QgsProcessingParameterFeatureSource's parent layer

2024-12-03 Thread Andre Kotze via QGIS-User
Dear all, I have a processing algorithm that names its output based on the input layer's name, e.g. if buffering a layer called 'powerlines_110kW' with 40m the output layer would be called 'powerlines_110kW+40m'. For the input I use QgsProcessingParameterFeatureSource (instead of VectorLayer)

Re: [Qgis-user] Get QgsProcessingParameterFeatureSource's parent layer

2024-12-03 Thread José Roberto Ribeiro Filho via QGIS-User
Hi André, Is it possible to refer to a list of layers in the project, or does your code run without the QGIS project being opened?Because, theoretically, you need to point the layer or feature class you will use to extract the selected items, and in this case, you can save the name in a separate