[Qgis-developer] valuetool crashes qgis

2012-06-28 Thread Vincent Schut
Hi, is it just me, or is the valuetool plugin crashing qgis (current git build) when loading the plugin? best, Vincent. ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Atlas Plugin - Serial Printing - Call for financing

2012-06-28 Thread Andreas Neumann
Hi all, I am discussing with Oslandia (the authors of the Atlas plugin for serial printing) an option to include Atlas into QGIS core. Currently it is a python plugin, the idea would be to port it to C++ and include it with QGIS by default. It would also be an opportunity to fix several

Re: [Qgis-developer] Atlas Plugin - Serial Printing - Call for

2012-06-28 Thread Nathan Woodrow
financing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Good idea. Would the idea be to port it as a plugin or intergrate it into the composer. The later would be very cool. Kind of like the data driven pages in ArcGIS. - Nathan Sent from

Re: [Qgis-developer] [Qgis-user] Atlas Plugin - Serial Printing - Call for

2012-06-28 Thread Vincent Picavet
Hi Nathan, The idea would be to develop a first integration into the composer. The first version would probably look like the current python plugin, but according to the budget we have we will be able to do a full and seamless integration. Contact Andreas and/or me if interested in funding.

Re: [Qgis-developer] valuetool crashes qgis

2012-06-28 Thread Paolo Cavallini
Il 28/06/2012 08:38, Vincent Schut ha scritto: Hi, is it just me, or is the valuetool plugin crashing qgis (current git build) when loading the plugin? I had the same problem, and it turned out being a packaging problem (different pyqt versions). recompiling solved it. All the best. --

Re: [Qgis-developer] valuetool crashes qgis

2012-06-28 Thread Vincent Schut
OK, so I tried to recompile qgis from an emptied build dir, but ccmake gives me this error while configuring: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files:

Re: [Qgis-developer] valuetool crashes qgis

2012-06-28 Thread Vincent Schut
sorry to reply-to-self... update: I set cmake PYTHON_EXECUTABLE to /usr/bin/python2, and PYTHON_LIBRARY to /usr/lib/libpython2.7.so, as said in http://hub.qgis.org/issues/5069 (this is also on arch linux). qgis builds fine. however, when I try to install the valuetool plugin, it still

Re: [Qgis-developer] valuetool crashes qgis

2012-06-28 Thread Paolo Cavallini
Il 28/06/2012 12:15, Vincent Schut ha scritto: however, when I try to install the valuetool plugin, it still crashes with a segmentation fault. backtrace? thanks. -- Paolo Cavallini - Faunalia www.faunalia.eu Full contact details at www.faunalia.eu/pc Nuovi corsi QGIS e PostGIS:

Re: [Qgis-developer] valuetool crashes qgis

2012-06-28 Thread Vincent Schut
the gdb backtrace: Program received signal SIGSEGV, Segmentation fault. 0x725f949e in QPen::operator=(QPen const) () from /usr/lib/libQtGui.so.4 (gdb) bt #0 0x725f949e in QPen::operator=(QPen const) () from /usr/lib/libQtGui.so.4 #1 0x7fffbbda16f8 in QwtSymbol::clone()

[Qgis-developer] Interoperabtility of the SLD import/export

2012-06-28 Thread Andreas Neumann
Hi, I will soon attend a workshop discussing the establishment of symbology interchange between different GIS. Our idea is to suggest SLD with FE and SE. My question is if anyone has experience with the interoperability between the QGIS exported SLD and other software like UMN Mapserver or

Re: [Qgis-developer] Interoperabtility of the SLD import/export

2012-06-28 Thread Giovanni Manghi
My question is if anyone has experience with the interoperability between the QGIS exported SLD and other software like UMN Mapserver or Geoserver or even some commercial GIS. Does it work interchangeably? Hi Andreas, my only experience until now is just about a few shapefiles I have

[Qgis-developer] vectorlayer new edit type: multi attribute

2012-06-28 Thread Denis Rouzaud
Hi all, As I was very demanding these last 2 days, you probably know I was trying to add a new edit type for vector layers. Suppose you have a table of options, and you can now select from 0 to n of this options in a field. Maybe with an image, it's clearer:

Re: [Qgis-developer] vectorlayer new edit type: multi attribute

2012-06-28 Thread Jürgen E . Fischer
Hi Denis, On Thu, 28. Jun 2012 at 18:31:34 +0200, Denis Rouzaud wrote: As I was very demanding these last 2 days, you probably know I was trying to add a new edit type for vector layers. Nice work. Thanks for the contribution. I took the liberty to commit the stuff with some modifications.

Re: [Qgis-developer] vectorlayer new edit type: multi attribute

2012-06-28 Thread Andreas Neumann
Indeed this sounds like a useful datatype. I am sure I will have some use for it. I already found a project I can improve with this new data type. Thanks to both Denis and Jürgen! Andreas Am 28.06.2012 20:54, schrieb Jürgen E. Fischer: Hi Denis, On Thu, 28. Jun 2012 at 18:31:34 +0200,

Re: [Qgis-developer] vectorlayer new edit type: multi attribute

2012-06-28 Thread Denis Rouzaud
Sounds great to me! Thanks a lot, Denis On 06/28/2012 08:54 PM, Jürgen E. Fischer wrote: Hi Denis, On Thu, 28. Jun 2012 at 18:31:34 +0200, Denis Rouzaud wrote: As I was very demanding these last 2 days, you probably know I was trying to add a new edit type for vector layers. Nice work.