Re: [QGIS-Developer] Web based admin interface for processing models

2018-05-31 Thread johnrobot
Thank you, looks interesting. I will have a look at it. -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Web based admin interface for processing models

2018-05-31 Thread David Marteau
Hi, The project is actually on github: https://github.com/3liz/py-qgis-wps It is fully functional (while still in beta) and we use it actually in our infrastructure. The project has been presented at the Foss4G.fr and we expect to talk about it at Foss4G is Dar es Salaam. > Le 31 mai 2018

Re: [QGIS-Developer] Web based admin interface for processing models

2018-05-31 Thread johnrobot
Hi Is there any more information on this work? I would love to hear more about current status and roadmap. Magnus -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html ___ QGIS-Developer mailing list

[QGIS-Developer] Can I refresh PostGIS DB connection in pyqgis

2018-05-31 Thread Stefan Blumentrath
Dear devs, When I try to load a layer from a PostGIS data source where the connection has timed out, is there a way in pyqgis (2.18) to refresh the connection programmatically like in DBmanager before loading the layer? psycopg2 connections are no problem... The following however: # Add new

[QGIS-Developer] Plugin [1472] Geomapfish Locator approval notification.

2018-05-31 Thread noreply
Plugin Geomapfish Locator approval by zimbogisgeek. The plugin version "[1472] Geomapfish Locator 0.0.3 Experimental" is now approved Link: http://plugins.qgis.org/plugins/geomapfish_locator/ ___ QGIS-Developer mailing list

[QGIS-Developer] i18n for Processing plugins not working

2018-05-31 Thread matteo
Hi devs, with a simple Processing plugin I'm noticing that the i18n strings are not taken into account when QGIS is loaded in another language. Here the steps I'm following: * using self.tr() to set strings as translatable * changin the Makefile by adding the new locale and other .py file

Re: [QGIS-Developer] Load layer with style in Processing plugin

2018-05-31 Thread matteo
Hi Nyall, thanks for the answer. > In 3.2 it should be possible, using a subclass of > QgsProcessingLayerPostProcessorInterface and > > context.layerToLoadOnCompletionDetails( output_dest_id > ).setPostProcessor( my_layer_post_processor() ) > > Your QgsProcessingLayerPostProcessorInterface