Re: [Qgis-developer] Qt5 and Python 3

2016-05-16 Thread Bas Couwenberg
On 2016-05-17 08:08, Richard Duivenvoorde wrote: Next try will then be on compiling on Debian testing... Not sure if Bas knows if there is a chance that those qt5 version will come into Jessie. But I understand Jurgen also has been busy to create packages for the time (Qt4-)Webkit is removed from

Re: [Qgis-developer] GEOS error Exception: IllegalArgumentException: Invalid number of points in LinearRing found 3 - must be 0 or >= 4

2016-05-16 Thread Janneke van Dijk
Hi Alvaro, Thanks for explaining this! greetings, Janneke On 15/05/2016 03:05, A Huarte wrote: Hi Janneke, you are right. The simplification process is executed just when the original geometry is read from data source and it can create invalid geometries. These invalid geometries will be used

Re: [Qgis-developer] editing expressions defining virtual fields seems erratic

2016-05-16 Thread Janneke van Dijk
Hi Andreas and Mathias, Tried it again this morning, and indeed, it works! Thanks a lot for the quick solution! Janneke On 16/05/2016 23:13, Andreas Neumann wrote: Hi Janneke, Your build is a bit older than Matthias fix - please try again with tomorrow's nightly build or compile yourself. Ma

Re: [Qgis-developer] Qt5 and Python 3

2016-05-16 Thread Richard Duivenvoorde
On 16-05-16 22:46, Matthias Kuhn wrote: > Hi Richard, > > Seems your binaries try to pick up something related to Qt4 (suspects > are qwt, qca and qscintilla). > Are you sure you did "cmake -DENABLE_QT5=ON" in an empty build folder? > Once a folder is configured for either Qt5 or Qt4, this cannot

Re: [Qgis-developer] Qt5 and Python 3

2016-05-16 Thread Matthias Kuhn
Hi Richard, Seems your binaries try to pick up something related to Qt4 (suspects are qwt, qca and qscintilla). Are you sure you did "cmake -DENABLE_QT5=ON" in an empty build folder? Once a folder is configured for either Qt5 or Qt4, this cannot be changed later on. Some comments also inside On

Re: [Qgis-developer] editing expressions defining virtual fields seems erratic

2016-05-16 Thread Andreas Neumann
Hi Janneke, Your build is a bit older than Matthias fix - please try again with tomorrow's nightly build or compile yourself. Matthias fix is at https://github.com/qgis/QGIS/commit/c0214bc30148b7da272917d73afc1820b78c1d3e (7h ago) - your build is 22h old. Greetings, Andreas On 16.05.2016

Re: [Qgis-developer] Qt5 and Python 3

2016-05-16 Thread Richard Duivenvoorde
On 15-05-16 08:23, Matthias Kuhn wrote: > The commands to build with Python3 and Qt5 are at the bottom of this > blog post: > > http://www.opengis.ch/2016/05/04/qgis-qt5-and-python3-migration-current-state/ > > Apart from this, dependencies need to be installed (pyqt5-python3, > qwt-qt5, qwtpolar

Re: [Qgis-developer] editing expressions defining virtual fields seems erratic

2016-05-16 Thread Janneke van Dijk
Hi Mathias, I've tried installing the dev version and I think that that worked (this is what 'about' shows). QGIS version 2.15.0-Master QGIS code revision 3d44a1e Compiled against Qt 4.8.5 Runn

Re: [Qgis-developer] Memory leak in QGIS 2.14 with a Shapefile

2016-05-16 Thread kimaidou
Hi Nyall, I have seen you have just backported the commits into release-2_14. Thanks a lot ! Michaël 2016-05-14 14:57 GMT+02:00 kimaidou : > Ok, thanks a lot ! > > 2016-05-14 12:41 GMT+02:00 Nyall Dawson : > >> >> On 14 May 2016 19:39, "kimaidou" wrote: >> > >> > Hi Nyall, >> > >> > I have jus

Re: [Qgis-developer] editing expressions defining virtual fields seems erratic

2016-05-16 Thread Matthias Kuhn
On 05/16/2016 01:24 PM, Janneke van Dijk wrote: > Dear list, > > In a polygon shapefile I'm seeing inconstistent behaviour in virtual > fields. The attached project and shapefile has reduced it to it's > simplest form: the shapefile contains two virtual fields, the first > one containing the expr

Re: [Qgis-developer] Processing - current status of "in-between" layers while running models

2016-05-16 Thread Tom Chadwin
I hope this isn't irrelevant, but I wonder if change here might help me with an issue I've had with using processing algorithms in sequence in Python. I never got any answer to my SE question (http://gis.stackexchange.com/questions/175952/pyqgis-save-raster-as-rendered-image-then-use-gdal-tools-on-

Re: [Qgis-developer] Processing - current status of "in-between" layers while running models

2016-05-16 Thread Paolo Cavallini
Il 16/05/2016 14:28, kimaidou ha scritto: > possibilities and limits in this case ? For example for vector, Grass > needs to import the data, but what about for raster like GeoTiffs ? better keep on using r.external wrapper here. all the best. -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS

[Qgis-developer] Processing - current status of "in-between" layers while running models

2016-05-16 Thread kimaidou
Hi all ! I was wondering what was the current status for layers created as ouput of algs and used as input in child algs ? I remember reading some new feature in this area, but I cannot remember what was the conclusion. Is there some options allowing to do the following : * use memory layers for

Re: [Qgis-developer] QGIS Server 2.14.2: segmentation fault in project switching

2016-05-16 Thread Luca Manganelli
On Mon, May 16, 2016 at 11:26 AM, Luca Manganelli wrote: > Hi, > > occasionally I have problems with QGIS Server 2.14.0-2 (but not in 2.8.x). > [...] For this problem, I've created the ticket #14822. ___ Qgis-developer mailing list Qgis-developer@lists.

[Qgis-developer] QGIS Server 2.14.2: segmentation fault in project switching

2016-05-16 Thread Luca Manganelli
Hi, occasionally I have problems with QGIS Server 2.14.0-2 (but not in 2.8.x). When I switch from a project to another from QGIS Web Client, when it calls the qgis server (WMS GetProjectSettings) I have a segmentation fault as you can see in the below GDB backtrace. It seems that it's a problem i

Re: [Qgis-developer] PostgreSQL table with column-specific insert permissions

2016-05-16 Thread Jürgen E . Fischer
Hi Pablo, On Mon, 16. May 2016 at 09:32:48 +0100, Pablo Fernández Moniz wrote: > Our team has recently found that whenever we define a PostgreSQL table with > column-specific insert permissions (see [1]), QGIS does not allow the option > to save a new feature, although it seems that is possible to

[Qgis-developer] PostgreSQL table with column-specific insert permissions

2016-05-16 Thread Pablo Fernández Moniz
Hi! Our team has recently found that whenever we define a PostgreSQL table with column-specific insert permissions (see [1]), QGIS does not allow the option to save a new feature, although it seems that is possible to update. We checked that there are previous issues filed regarding this topic (

[Qgis-developer] Raster colour scale bar in Composer

2016-05-16 Thread Benoit de Cabissole
Good day Devs, While discussing the merit of retaining the 'Colour Scale Bar' plugin in the repo with Paolo (see email trail below) I've raised the following points because I do not know if this is possible at present in QGIS (didn't find how to do it!): * How to control the number of