[Qgis-user] Accessing iface from jupyter to create map from QGIS

2023-12-05 Thread noshin prachi via QGIS-User
Dear all, I am trying to create a map from qgis. I have added a few layers and created a layout in qgis. All I want is to create a script to get a map from the layer on the layout that I have created in qgis. I have attached the code. I am thinking of activating each layer at a time so that only

Re: [Qgis-user] QGIS attribute forms question

2023-12-05 Thread Aguilar Bolivar, Rosa (UT-ITC) via QGIS-User
Hi, If I understood correctly, You want to reuse a form given that a layer has more columns. If you are using QGIS GUI you can: Option A. Change the data source to the layer. The form will remain. Add/edit the new attributes Option B. Add the new layer and copy styles (form) --> paste the

Re: [QGIS-it-user] problema con feature count per geopackage

2023-12-05 Thread Andrea Giudiceandrea via QGIS-it-user
A parte il fatto che non è necessario duplicare un layer per avere simbologie specifiche basate sul valore di una colonna, tuttavia posso confermare il bug riscontrato: il valore indicato affianco al nome del layer nel pannello dei layer dopo aver selezionato l'opzione "Mostra Conteggio

Re: [QGIS-it-user] problema con feature count per geopackage

2023-12-05 Thread Andrea Giudiceandrea via QGIS-it-user
Avevo inavvertitamente non inviato il primo messaggio alla lista... Il 05/12/2023 08:10, Antonio Valanzano via QGIS-it-user ha scritto: Qualcuno sa se il bug segnalato in https://github.com/qgis/QGIS/issues/51254 è stato risolto? Ciao Antonio, quel

Re: [QGIS-it-user] problema con feature count per geopackage

2023-12-05 Thread Andrea Giudiceandrea via QGIS-it-user
Il 05/12/2023 08:10, Antonio Valanzano via QGIS-it-user ha scritto: Ho dovuto eseguire manualmente la seguente istruzione SQL (come suggerito in https://gis.stackexchange.com/questions/429925/geopackage-sqlite-features-count-but-dont-exist-qgis

[Qgis-user] Accessing iface from jupyter

2023-12-05 Thread noshin prachi via QGIS-User
Dear all, I am trying to create a map from qgis using jupyter. I have few layers that need to be added to the map. I have tried to add iface by importing iface from qgis.utils import iface, plugins . But I am getting the following error. [image: image.png] Please help me in this regard.