Re: [QGIS-Developer] GeoPackages with constraint problems

2018-08-08 Thread Matthias Kuhn
Thanks Even, Executing PRAGMA foreign_keys = ON sounds interesting, one thing we'll then need to check on the relation editing end is that we make proper use of deferred foreign key constraints. What do you think about the way to go concerning handling broken files? The current situation is that

Re: [QGIS-Developer] QGIS builds

2018-08-08 Thread Nyall Dawson
On Thu, 9 Aug 2018 at 07:23, Rudi von Staden wrote: > > I have the build environment set up from scratch on a new computer, and I'm > getting the same error building mdalprovider in the master branch > (C:\OSGeo4W64\bin\hdf5.dll : fatal error LNK1107: invalid or corrupt file: > cannot read at

[QGIS-Developer] Plugin [1429] Karika approval notification.

2018-08-08 Thread noreply
Plugin Karika approval by pcav. The plugin version "[1429] Karika 1.4" is now approved Link: http://plugins.qgis.org/plugins/karika/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] QGIS builds

2018-08-08 Thread Rudi von Staden
I have the build environment set up from scratch on a new computer, and I'm getting the same error building mdalprovider in the master branch (C:\OSGeo4W64\bin\hdf5.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x2F0). Is there maybe a problem with hdf5.dll from osgeo4w? I've

[QGIS-Developer] Plugin [1364] UMEP approval notification.

2018-08-08 Thread noreply
Plugin UMEP approval by pcav. The plugin version "[1364] UMEP 3.5.2" is now approved Link: http://plugins.qgis.org/plugins/UMEP/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [1066] Isogeo approval notification.

2018-08-08 Thread noreply
Plugin Isogeo approval by pcav. The plugin version "[1066] Isogeo 1.6.1-beta1 Experimental" is now approved Link: http://plugins.qgis.org/plugins/isogeo_search_engine/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [715] DSG Tools approval notification.

2018-08-08 Thread noreply
Plugin DSG Tools approval by pcav. The plugin version "[715] DSG Tools 3.2" is now approved Link: http://plugins.qgis.org/plugins/DsgTools/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Save project in Python

2018-08-08 Thread Kasper
Hi, How come when i save a project in python the canvas settings are not saved. I hope to save the zoom level when i open project in Qgis 3. I have found this mention it could be a bug? Or do i miss something? There is a writeProject() function on the Canvas? mapcanvas & legend sektions

[QGIS-Developer] Difference in area calculation using memory vs output layer

2018-08-08 Thread Rudi von Staden
Hi all, I'm building a script to iterate over a relatively complex processing model. I started out using a parameterAsOutputLayer to get the result of the algorithm, and then loaded that as a QgsVectorLayer() using the 'ogr' provider. I then refactored that to use a 'memory:' layer instead. The