Re: [Qgis-developer] Qt5 and Python 3

2016-05-14 Thread kimaidou
\o/ Bravo , and thanks a lot for making this migration possible ! Michaël 2016-05-14 0:02 GMT+02:00 Matthias Kuhn : > Hi all, > > I'm happy to announce that we found a way to integrate proper NULL value > support for also for pre-PyQt 5.7 versions. > > This fix has been sponsored by OPENGIS.ch -

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

2016-05-14 Thread kimaidou
Hi Nyall, I have just tested it with today's master, and there is no memory leak any more. Thanks a lot for helping solving this nasty one. Could you please backport the related "memory leak" commits to the 2.14 release branch ? Cheers, Michaël 2016-05-10 14:10 GMT+02:00 kimaidou : > Thanks Nya

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

2016-05-14 Thread Nyall Dawson
On 14 May 2016 19:39, "kimaidou" wrote: > > Hi Nyall, > > I have just tested it with today's master, and there is no memory leak any more. Thanks a lot for helping solving this nasty one. > Could you please backport the related "memory leak" commits to the 2.14 release branch ? Thanks for the con

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

2016-05-14 Thread Janneke van Dijk
Hi Nyall, I'm working on it. Alvaro's answer pointed me in the direction of potential issues with virtual fields containing geometry, and while testing this I'm running into some other issues. Trying to investigate and will come back with data and a way to reproduce the issues. Thanks! Janneke

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

2016-05-14 Thread 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 just tested it with today's master, and there is no memory leak > any more. Thanks a lot for helping solving this nasty one. > > Could you please backport the

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

2016-05-14 Thread John Layt
On 13 May 2016 at 08:53, Janneke van Dijk wrote: > Using QGIS 2.14.2 on Windows 7 I get the following error message when > zooming out on a shapefile layer that has labels switched on: > > GEOS > Exception: IllegalArgumentException: Invalid number of points in LinearRing > found 3 - must be 0 or >

[Qgis-developer] Plugin [927] Qlr Browser approval notification.

2016-05-14 Thread noreply
Plugin Qlr Browser approval by pcav. The plugin version "[927] Qlr Browser 0.2.4 Experimental" is now approved Link: http://plugins.qgis.org/plugins/QlrBrowser/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.

[Qgis-developer] Edit widget docs

2016-05-14 Thread Paolo Cavallini
Hi all, is there some documentation for the new Edit widgets? Especially Relation Reference, and the difference between Value Map, Value Relation, Form Value Relation. I have not found anything on the manual. Thanks for any hint. -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses: http://

Re: [Qgis-developer] Qt5 and Python 3

2016-05-14 Thread Werner Macho
Hi Matthias! Sounds very nice! Thanks for investing so much effort into it. I think QGIS with Qt5 and Python3 will be great! regards Werner On 14/05/16 00:02, Matthias Kuhn wrote: > Hi all, > > I'm happy to announce that we found a way to integrate proper NULL value > support for also for pre-P

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

2016-05-14 Thread Janneke van Dijk
Hi Alvaro, How do I disable the on-the-fly simplification? Do I understand it correctly that the error causes problems with a virtual field with a geometry calculation in it? Would that also be solved by disabling on-the-fly simplification? Or should I avoid the issues by not making it a virtu

Re: [Qgis-developer] Qt5 and Python 3

2016-05-14 Thread Richard Duivenvoorde
On 14-05-16 00:02, Matthias Kuhn wrote: > Hi all, > > I'm happy to announce that we found a way to integrate proper NULL value > support for also for pre-PyQt 5.7 versions. > > This fix has been sponsored by OPENGIS.ch - like many others to pave the > road towards proper python 3 and Qt5 support.

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

2016-05-14 Thread John Layt
> On 13/05/2016 11:08, A Huarte wrote: > > Hi, I think this pull https://github.com/qgis/QGIS/pull/2900 fixes the > error. > > But it is pending to merge, It needs to fix some tests to be accepted > finally. > Meanwhile you can disable the on-the-fly simplification of the layer. Ah, now that would

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

2016-05-14 Thread A Huarte
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 in subsequent processes using geometry calculations. You can disable the simplification of a laye

Re: [Qgis-developer] Qt5 and Python 3

2016-05-14 Thread Matthias Kuhn
Hi Richard On 14/05/16 20:52, Richard Duivenvoorde wrote: > On 14-05-16 00:02, Matthias Kuhn wrote: >> Hi all, >> >> I'm happy to announce that we found a way to integrate proper NULL value >> support for also for pre-PyQt 5.7 versions. >> >> This fix has been sponsored by OPENGIS.ch - like many o