Re: [Qgis-developer] Batch generation of map images with MTR

2014-11-05 Thread Andreas Neumann
Hi Richard, You may also want to have a look at the Atlas serial printing. It is getting more and more powerful with each QGIS release. Maybe it does what you need? Andreas On 06.11.2014 00:02, Nathan Woodrow wrote: Hey Richard, There is a new class you can use for the rendering because we

Re: [Qgis-developer] Batch generation of map images with MTR

2014-11-05 Thread Nathan Woodrow
Hey Richard, There is a new class you can use for the rendering because we now have MTR you have to wait for the image, or listen for the done event. The code is pretty easy and you can see an example of me using it here: https://github.com/DMS-Aus/qgis2img/blob/master/qgis2img/render.py#L43 T

[Qgis-developer] Batch generation of map images with MTR

2014-11-05 Thread Richard Burkmar
My apologies - I didn't check the latest version of MMQGIS so my statement that the animation feature doesn't work with the latest version of QGIS was incorrect. It seems that they have solved the problem that I encountered, so I'll take a look at the code there. (I hope that this message comes ou

Re: [Qgis-developer] [Issue] Filter Legend By Map Content doesn't maintain point displacement legend

2014-11-05 Thread René-Luc Dhont
Hi Martin, I've opened an issue : http://hub.qgis.org/issues/11572 And proposed a patch : https://github.com/qgis/QGIS/pull/1673 Thanks to review and backport it. Regards, René-Luc Le 05/11/2014 14:36, René-Luc Dhont a écrit : Hi dev, I found a bug in 'Filter Legend By Map Content'. For poi

[Qgis-developer] [Issue] Filter Legend By Map Content doesn't maintain point displacement legend

2014-11-05 Thread René-Luc Dhont
Hi dev, I found a bug in 'Filter Legend By Map Content'. For point vector layer render with 'displacement point', when 'Filter Legend By Map Content' is activated, the legend is not rendered even if it has to be. I'd like to correct it. Where the 'Filter Legend By Map Content' is done ? I thi

Re: [Qgis-developer] [Qgis-user] Processing compatibility with SAGA 2.1.3

2014-11-05 Thread samuelm...@gmail.com
Gratitude is best for all of you for your hard work and effort. and made available freely QGIS. Effectively Victor, I have verified that there are some errors in the raster processing modules. The previous fix only applies to vector processing in SAGA GIS. regards, Samuel Mesa. 2014-11-05 3:22

Re: [Qgis-developer] QGIS web client not displaying full WMS extent

2014-11-05 Thread Andreas Neumann
Hi Stefan, Unfortunately I don't have the time to look further into the issue. Did you have a look at the WMS requests that QGIS is creating? Maybe this helps a bit. I am fortunate enough to work in just one projection system ... Andreas On 04.11.2014 22:48, Blumentrath, Stefan wrote: Hi

[Qgis-developer] Problem with sub-layer visibility in WMS raster layer

2014-11-05 Thread Richard Burkmar
I'm trying to solve a problem involving a change to QGIS handling of the setSubLayerVisibility method for a WMS layer. I've noticed the difference between versions 2.0 and 2.6, but I don't know when it was introduced because I don't have the other versions installed. The code below will create a

[Qgis-developer] Batch generation of map images with MTR

2014-11-05 Thread Richard Burkmar
I have code for a python plugin (https://plugins.qgis.org/plugins/TomBio/) that follows this pattern: * display vector layer A in map canvas * use the canvas saveAsImage method to save map image * hide vector layer A from map canvas * display vector layer B in map canvas * use the canvas saveAsIma

Re: [Qgis-developer] Documentation roadmap?

2014-11-05 Thread G. Allegri
Thanks a lot Otto and Rchard ;) 2014-11-05 11:55 GMT+01:00 Otto Dassau : > Hi Giovanni, > > Am Wed, 05 Nov 2014 11:44:30 +0100 > schrieb Richard Duivenvoorde : > > > On 05-11-14 10:40, G. Allegri wrote: > > > I know, I know, this is a delicate topic :) We need sponsors, > > > volunteers, etc., as

Re: [Qgis-developer] Documentation roadmap?

2014-11-05 Thread Otto Dassau
Hi Giovanni, Am Wed, 05 Nov 2014 11:44:30 +0100 schrieb Richard Duivenvoorde : > On 05-11-14 10:40, G. Allegri wrote: > > I know, I know, this is a delicate topic :) We need sponsors, > > volunteers, etc., as usual. > > Is there a roadmap for the update of the documentation? Since 2.2 a lot > > o

Re: [Qgis-developer] Documentation roadmap?

2014-11-05 Thread Richard Duivenvoorde
On 05-11-14 10:40, G. Allegri wrote: > I know, I know, this is a delicate topic :) We need sponsors, > volunteers, etc., as usual. > Is there a roadmap for the update of the documentation? Since 2.2 a lot > of (great) features have populated QGIS, and they worth an update to the > docs. > Who is co

[Qgis-developer] Documentation roadmap?

2014-11-05 Thread G. Allegri
I know, I know, this is a delicate topic :) We need sponsors, volunteers, etc., as usual. Is there a roadmap for the update of the documentation? Since 2.2 a lot of (great) features have populated QGIS, and they worth an update to the docs. Who is coordinating the docs now? giovanni -- Giovanni

Re: [Qgis-developer] Trouble with PostGis

2014-11-05 Thread Vincent Picavet
Hi Walter, Note that if you want to troubleshoot PostGIS problems, you should look at the postgres side, not the QGIS one. It would have taken 10 minutes to get the problem here. So : * configure PostgreSQL server to output logs for every query * rerun these queries with EXPLAIN in pgadmin / ps

[Qgis-developer] Pull requests

2014-11-05 Thread Paolo Cavallini
Hi all. We still have 42 PR on the queue: https://github.com/qgis/QGIS/pulls some appears really obsolete; wouldn't be now the right moment to sort them out? I'm worried that keeping a long queue will increase the chances of missing the important ones. All the best, and thanks. -- Paolo Cavallini

Re: [Qgis-developer] [Qgis-user] Processing compatibility with SAGA 2.1.3

2014-11-05 Thread Victor Olaya
Samuel Thanks for your help Unfortunately, this is just one of the many thing that have to be changed to adapt to 2.1.3, since there are quite a few changes. We are working on a better support for different saga versions, that hopefully will be ready for the next release Thanks again! 2014-11-0

Re: [Qgis-developer] Trouble with PostGis

2014-11-05 Thread Hugo Mercier
Le 04/11/2014 21:27, walter.nordmann a écrit : > Sandro Santilli-2 wrote >> You'll need to show the query and the definition of the tables >> involved in it (EXPLAIN >> >> output also helps). > > that is exactly what i did. you can see the query and the explain-output one > post before. > > an