[Qgis-developer] Use new Labeling in python PlugIn

2011-10-18 Thread Michael Pfeiffer
Hi everybody, in my PlugIn I want to switch on labels automatically and place them with the new label engine. But it seems to me that new Labeling classes (QgsPalLabeling and so on) are not available in python yet. Are there any plans to do this? Should I create a ticket for this? Thx Michael

Re: [Qgis-developer] Use new Labeling in python PlugIn

2011-10-18 Thread Marco Hugentobler
Hi Michael You may set the labeling-ng properties from python with QgsMapLayer::setCustomProperty(...). If you open a .qgs file which has a label- ng layer, you see that all the labeling options are set as custom properties of the layer. Regards, Marco Am Dienstag, 18. Oktober 2011, 11.02:36 s

[Qgis-developer] Re: Use new Labeling in python PlugIn

2011-10-18 Thread Michael Pfeiffer
Thx Marco thats exactly what I'm searching for. Sorry I didn't realized that it is that easy... Michael -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Use-new-Labeling-in-python-PlugIn-tp6903821p6903963.html Sent from the qgis-developer mailing list archive at Nabble.com

[Qgis-developer] Announcing the OrfeoToolbox plugin

2011-10-18 Thread Julien Malik
Hello all, We are pleased to announce the availability of the OrfeoToolbox [1] Qgis plugin. This plugin is based on the already available "Processing Manager" plugin [2], which can also provide access to the SAGA modules. It's a Python plugin which can be installed through the Python Plugin

[Qgis-developer] Rubberband in composermap

2011-10-18 Thread Michael Pfeiffer
Hi everybody, it seems that there's no rubberband in the print composer anymore. Looks like it has been deleted in http://hub.qgis.org/projects/quantum-gis/repository/revisions/b02d06ba73054ad5c85790d3508fd3555b5b28ea http://hub.qgis.org/projects/quantum-gis/repository/revisions/b02d06ba73054ad5c

Re: [Qgis-developer] QgisMapserver - need to restart Apache on every project file change ?

2011-10-18 Thread G. Allegri
I haven't found the time to setup a fresher qgismapserver, but looking at the source code in trunk I can't see what's causing this. It seems that, inside the fcgi loop, a configuration for a requested MAP confipath is searched inside the cache instance. In case it's found the result is directly re

[Qgis-developer] building python C extension under Osgeo4w with MSVC

2011-10-18 Thread G. Allegri
Recently I've come back on the problem of compiling CPython extensions for Python25, which is the actual python version for Osgeo4w. As you know it requires older versions of MSVC 1310 then VS 2008/2010, and it's a bit problematic because setting up the old VS 2003 Toolkit is a bit problematic. I w

Re: [Qgis-developer] frequent crashes due to some R plugin

2011-10-18 Thread Giovanni Manghi
> I remember SDA4PP used to cause similar problems: anyone confirms? yes, the SDA4PP plugin would need to be revised because it is source of many problems, even if installed but not active. ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.

Re: [Qgis-developer] Time manager plugin error

2011-10-18 Thread Giovanni Manghi
Hi Anita, > A question remain: why do you keep such an interesting work in a > non-standard (so hidden to many users) repo? I second the request :) cheers -- Giovanni -- ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.os

Re: [Qgis-developer] Plugin ziplayers

2011-10-18 Thread Giovanni Manghi
it always worked fine for me. On Wed, 2011-10-12 at 15:14 +0200, Paolo Cavallini wrote: > Hi all. > Apparently, the plugin ziplayers does not always saver the .prj file: > does anybody confirm? From a quick test I could not find a pattern. > All the best.

Re: [Qgis-developer] Problems in SDA4PP plugin

2011-10-18 Thread Giovanni Manghi
see my other comment on this plugin. On Mon, 2011-10-17 at 10:15 +0200, Paolo Cavallini wrote: > Hi all. > I'm finding problems in the plugin: selecting several commands (e.g. > Rgobi) makes the PC swapping, and QGIS has to be killed. Anyone confirms? > All the best. >

[Qgis-developer] Re: Load SQLite table into QGIS

2011-10-18 Thread mmekuria
Dear Martin: I tried every way I can think of and I have not been able to use the non-geometric table . Here is the code I am using let me know if you think I am doing something wrong, QString spliteDBName = "C:/db/sjs.db"; QString tblName = "tztrips"; QString dbProv = "s

[Qgis-developer] Re: Load SQLite table into QGIS

2011-10-18 Thread mmekuria
Martin, I also have a question about querying using SQL. How can I query selected records using SQL syntax? Thank you, Maaza -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Load-SQLite-table-into-QGIS-tp6876536p6906648.html Sent from the qgis-developer mailing list archi

Re: [Qgis-developer] QgisMapserver - need to restart Apache on every project file change ?

2011-10-18 Thread Marco Hugentobler
Hi Giovanni QGIS server uses the QFileSystemWatcher class ( http://doc.qt.nokia.com/4.7/qfilesystemwatcher.html) to check if a configuration file has changed. So in newer versions, changes to the published project files should be picked up without restarting apache. Regards, Marco Am Diensta

[Qgis-developer] 2 versions of Processing Framework Manager

2011-10-18 Thread Agustin Lobo
I see 2 versions of Processing Framework Manager, the 0.26 installs fine on 1.7.1 (ubuntu 10.04 LTS binaries from ubuntugis-unstable) but the 0.21 issues this error: Couldn't load plugin saga due an error when calling its classFactory() method Traceback (most recent call last): File "/usr/lib/p