[Qgis-user] QgsComposerAttributeTableV2

2015-06-23 Thread Benoît Laurent
Hello, I am still writing Python script. At the present time, I would like to add a QgsComposerAttributeTableV2 to a QgsComposition . However, I don'

Re: [Qgis-user] Transparency for vector symbol layers

2015-06-23 Thread Benoît Laurent
aphic options even better ;-) Andreas On 19.06.2015 16:40, Benoît Laurent wrote: Hello, I noticed this feature request : https://hub.qgis.org/issues/3438. Is it possible to have semi-transparent and opaque features within the same layer ? Best regards, Benoît --- L'absence de vir

[Qgis-user] Transparency for vector symbol layers

2015-06-19 Thread Benoît Laurent
Hello, I noticed this feature request : https://hub.qgis.org/issues/3438. Is it possible to have semi-transparent and opaque features within the same layer ? Best regards, Benoît --- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://ww

Re: [Qgis-user] Maps generation with Python (or Atlas ?)

2015-05-20 Thread Benoît Laurent
*Sorry, I left a mistake in my code: The comment must be removed for this line: #for g in range(0,nbGroups-1): This line must be removed of course: for g in range(0,2): Benoît * --- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. http://www.av

Re: [Qgis-user] Maps generation with Python (or Atlas ?)

2015-05-20 Thread Benoît Laurent
Le 20/05/2015 15:55, Bernd Vogelgesang a écrit : Hi Benoît, would you mind sharing your hole script as reference for others? "As reference"... Hum... It would be very presumptuous of me :-). I think you touched a common problem which isn't covered with built-in functions yet, and not everyo

Re: [Qgis-user] Maps generation with Python (or Atlas ?)

2015-05-20 Thread Benoît Laurent
I eventually managed to solve my problem. In case somebody encounters the same or a similar one, I provide my solution: I used a Python script iterating over the groups. Apparently, it is not possible (or I failed) to refresh the mapCanvas during the Python script. Instead of using |"legend.se

[Qgis-user] Entering atlas generator process via a python script ?

2015-05-19 Thread Benoît Laurent
Hello, This question is bound to my previous one. For the moment, I am not able to generate my maps as I wish neither using atlas generator nor using a Python script. Is it possible to enter the atlas generator rendering process via a python script ? I noticed some methods like QgsAtlasComp

Re: [Qgis-user] Maps generation with Python (or Atlas ?)

2015-05-18 Thread Benoît Laurent
Thank you for your help. Hi, 2015-05-18 17:51 GMT+02:00 Benoît Laurent <mailto:blaur...@heurisis.eu>>: Hello, I would like to generate a series of maps representing tracks with stops along them. For each track, I have got a group of two layers, one for the li

[Qgis-user] Maps generation with Python (or Atlas ?)

2015-05-18 Thread Benoît Laurent
Hello, I would like to generate a series of maps representing tracks with stops along them. For each track, I have got a group of two layers, one for the linear, one for the points that have associated information (basically name and time of the stops). First, is there a better way to achiev