[Qgis-developer] how to add multipoint

2011-04-22 Thread Paolo Cavallini
Hi all. If I'm not wrong, we can add parts to MULTIPOLYGONs, but not additional points to groups of MULTIPOINTs. If anyone confirms that I understood it correctly, I'll fill a ticket. Thanks. -- Paolo Cavallini: http://www.faunalia.it/pc ___

Re: [Qgis-developer] how to add multipoint

2011-04-22 Thread Mayeul Kauffmann
Hi Paolo, Indeed! Not all buttons in the advance editing toolbar are available for all geometry types. With r 15754 and postgis as a backend: You cannot add a point to a multipoint feature (you can only add a new feature). You can move or delete one of its parts . You can copy a multipoint

Re: [Qgis-developer] PostGIS connections: take them from PgAdmin3?

2011-04-22 Thread Mayeul Kauffmann
Hi, I found the idea appealing and apparently quite simple to implement. On second thought, there are a few issues (nothing blocking, but some work): - If you have 30 databases on 3 local servers (e.g. dev, testing, prod) and only one of those databases has tables with spatial objects, you do not

[Qgis-developer] Re: [Qgis-user] QGIS Webclient checked in

2011-04-22 Thread samuelm...@gmail.com
Thanks Andreas for this magnificent software, is interesting to see the QGIS's projects in the Web. Regards, Samuel Mesa. P.S:I attached a small contribution from the proposed translation file into Spanish. 2011/4/20 Andreas Neumann a.neum...@carto.net: Hi all, I initially checked in QGIS

[Qgis-developer] pyQT combo box QGIS plug-in signal argument question

2011-04-22 Thread karsten vennemann
Hi all, in a python QGIS plug-in I have a form with a dynamically generated pyQT combo box. Now I am trying to have a change in the combo box send a signal with one argument (which is the id of combo box) to the called function changeValue. Note this changes the attribute of one field in a

RE: [Qgis-developer] pyQT combo box QGIS plug-in signal argumentquestion

2011-04-22 Thread karsten vennemann
Maybe I shoud clarify this more Right now this works: I can send the signal and have the value of the combox be used to update a field in the attribute table , however in addition I would like to add the id of the combobox that I can determine which column should be updated in the changeValue

Re: [Qgis-developer] pyQT combo box QGIS plug-in signal argumentquestion

2011-04-22 Thread Camilo Polymeris
It's not very elegant, but you could use QObject.sender(), see http://doc.qt.nokia.com/4.7/qobject.html#sender Regards, Camilo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer