Re: [Qgis-developer] Problems with Atlas and Map dimensions on composer using Python

2013-06-24 Thread Stott James
Hi Vincent, Done. http://hub.qgis.org/issues/8154 Thanks, James -Opprinnelig melding- Fra: Vincent Picavet [mailto:vincent...@oslandia.com] Sendt: 24. juni 2013 16:55 Til: qgis-developer@lists.osgeo.org Kopi: Stott James Emne: Re: [Qgis-developer] Problems with Atlas and Map dimensio

Re: [Qgis-developer] QGIS master packages for opensuse

2013-06-24 Thread Kari Salovaara
Hi, this is great, thanks. I've only one problem - I cannot have Release version 1.8.0-9.5 with QGIS Master version, there will be error in qgis-plugin-grass. Or what will happen if I ignore some of its depencies ? It would be really nice to have running version when translating. Regards, Kari

Re: [Qgis-developer] Problems with Atlas and Map dimensions on composer using Python

2013-06-24 Thread Alexander Bruy
Hi, I have similar issue: composer map changes its dimensions when scale and extents changed. I posted question in this list some time ago [0]. Seems it is impossible to keep composer map size and position locked. IMO this is big issue that makes composer templates useless in some cases. [0] htt

[Qgis-developer] QGIS master packages for opensuse

2013-06-24 Thread Otto Dassau
Hi, for testing and bug hunting I added QGIS master packages to the Application:Geo repository for opensuse. You can install them as qgis2 package. They are not build automatically, but I will try to update regularly. http://hub.qgis.org/wiki/quantum-gis/Download#24-openSUSE Regards Otto __

[Qgis-developer] Problems with Atlas and Map dimensions on composer using Python

2013-06-24 Thread Stott James
Hi all, Is anyone else having problems with using atlas with python? I am writing some python code that uses the Atlas functionality in master to create a PDF / jpg for each of my 5000 records. I can produce a jpg/pdf for each feature, however the composerMap object does not stay the same size

Re: [Qgis-developer] Problems with Atlas and Map dimensions on composer using Python

2013-06-24 Thread Vincent Picavet
Hello James, Could you open a ticket for that problem on QGIS bugtracker, and attach your files there ? Thanks, Vincent Le lundi 24 juin 2013 16:44:37, Stott James a écrit : > Hi all, > > Is anyone else having problems with using atlas with python? > > I am writing some python code that uses t

[Qgis-developer] Font size in server

2013-06-24 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all. Apparently, font size in the server is now bigger than in the desktop: http://hub.qgis.org/issues/8068 at least for me and another user; another one does not confirm this. This used to be ok a short while ago. Is there someone confirming or dis

Re: [Qgis-developer] crash due to encoding?

2013-06-24 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 21/06/2013 18:02, Richard Duivenvoorde ha scritto: > On 21-06-13 17:48, Paolo Cavallini wrote: >> 1. open the following file: >> http://www.igeo.pt/produtos/cadastro/caop/download/CAOP20121_Shapes/Cont_AAd_CAOP20121.zip >> >> 2. set a win 1252 encod

[Qgis-developer] error in sip?

2013-06-24 Thread Denis Rouzaud
Hi, I am not sure there is an error, but here: https://github.com/qgis/Quantum-GIS/blob/master/python/core/qgsattributeaction.sip#L80 but it seems the last argument is missing, shouldn't it be: sipCpp->doAction( a0, *a1, a2, a3 ); ?? Cheers, Denis _