Re: [Qgis-developer] Removing old labelling

2012-03-04 Thread cavall...@faunalia.it
Please Aldo note that the new labelling is very slow, and has a number of bugs to be fixed before removing the old one. Thanks. http://faunalia.it/pc Sent from mobile, sorry for being short - Reply message - Da: bernhard.stro...@jena.de A: Oggetto: [Qgis-developer] Removing old labellin

Re: [Qgis-developer] Removing old labelling

2012-03-04 Thread bernhard . stroebl
Nathan, thanks for the move. Two labelling eninges is impossible to explain to users. One thing, though: The old engine allows for setting a rotation independent from also setting an x and y field. Bernhard Am 05.03.2012 05:11, schrieb Nathan Woodrow: Hi all, Any objections for removing th

[Qgis-developer] Removing old labelling

2012-03-04 Thread Nathan Woodrow
Hi all, Any objections for removing the old labelling stuff? Is there anything the old one can do the new one can't? I'm finding users are getting confused that there are two different labelling engines and this is bad for user experience. Also makes training hard as you have to tell people to

[Qgis-developer] report from the field: qgis training

2012-03-04 Thread maning sambale
Dear everyone, Here's another one of my field reports on the QGIS training we are conducting here. This time, we are providing GIS courses to Masters students. I believe this is one of the few masters program here in the Philippines that is providing exclusively open source GIS course. The stud

[Qgis-developer] PostGIS Raster Layer into QGIS not displayed

2012-03-04 Thread Salvatore Larosa
Hi, I am trying to load a raster layer in qgis (master[fa4ec86]) but w/out success!! my steps are: >>> from qgis.utils import iface >>> connection = "PG:host='localhost' port='5432' dbname='workshop' >>> user='postgres' password='***' schema='public' table='r_ctr5k' >>> mode='2'" >>> iface.ad

Re: [Qgis-developer] Re: geotiff export using print composer

2012-03-04 Thread Marco Hugentobler
Hi Stefan I suppose it is a memory problem. Could you try on a Linux machine with 4GB? The windows binaries are normally 32bit, so afaik the memory limited to 2GB. Regards, Marco On 04.03.2012 19:37, SBL wrote: Hi One more question: The script fails to export larger images (round about 12,

[Qgis-developer] Re: geotiff export using print composer

2012-03-04 Thread SBL
Hi One more question: The script fails to export larger images (round about 12,000 x 30,000). Either the image.save() function returns "False" or the written image is empty. I read, that QImage() has a sizelimitation of 32,768 x 32,768 pixel. But this should not be the problem here, right? Are the