[Qgis-developer] option to set a global padding for layer labeling

2017-04-27 Thread G. Allegri
This requirement stems from the concept of "metabuffer" in tile caching, a mechanism commonly user to mitigate label artifacts around tiles' margins. I suppose that adding such opton would be as simple as reducing the bbox set inside QgsLabelingEngine::run by the required amount, and obviously

Re: [Qgis-developer] Are there plans to create a unique "Add layer" tool?

2017-04-27 Thread Alexandre Neto
Hi, Some of my colleagues will be in Essen for QGIS Developers meeting. They will bring this up, and try to get the opinion of other developers. I'm sure everyone there will be interested in contributing with ideas for it. So, let's wait for now. Thanks for your work. Stéphane Henriod

Re: [Qgis-developer] QGEP - right place to raise issues and discuss technical matters ?

2017-04-27 Thread Matthias Kuhn
Hi Michaël, On 04/27/2017 11:51 AM, kimaidou wrote: > Hi, > > I have chosen to use the Github repository. Any feedback appreciated ;) > I will probably add more issues, and ad PR. Please tell me if I need to > stop ! > > https://github.com/QGEP/QGEP/issues/created_by/mdouchin >

Re: [Qgis-developer] release file after processing.runalg

2017-04-27 Thread enrico chiaradia
Hi Stefan and many thanks for your answer! but it seems not working :( Here the new code. I replaced "tempOutput" with "output". Layer is correctly loaded and removed but "tempOutput" cannot be deleted. import processing import os tempOutput = 'D:/test_alg/map_to_clip.tif' maskFN =

Re: [Qgis-developer] release file after processing.runalg

2017-04-27 Thread Stefan Kiefer
Hi enrico, as far as I see from the reference you added the solution would be to add the result (resp. output) to a Layer instead "tempOutput". Then you remove that Layer, I suppose while removing the layer a reference on "tempOutput" ist released. cheers Stefan > enrico chiaradia

[Qgis-developer] processing modeler: join attributes table

2017-04-27 Thread Martin Landa
Hi, we are trying to join attribute table with another table in processing modeler (using "Join attributes table" algorithm), but it fails: """ Running Join attributes table [2/2] Parameters: INPUT_LAYER

[Qgis-developer] release file after processing.runalg

2017-04-27 Thread enrico chiaradia
Dear List, I'd like to remove an existing file (see [tempOutput]) after it was used by a geoalgorithm. The geoalgorithm works perfectly but after its execution, the file [tempOutput] is locked. Here a simple test script that returns "[Error 32] The process cannot access the file because it

[Qgis-developer] Plugin [1180] cartogram3 approval notification.

2017-04-27 Thread noreply
Plugin cartogram3 approval by pcav. The plugin version "[1180] cartogram3 2.99.4" is now approved Link: http://plugins.qgis.org/plugins/cartogram3/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info:

Re: [Qgis-developer] QGEP - right place to raise issues and discuss technical matters ?

2017-04-27 Thread kimaidou
Hi, I have chosen to use the Github repository. Any feedback appreciated ;) I will probably add more issues, and ad PR. Please tell me if I need to stop ! https://github.com/QGEP/QGEP/issues/created_by/mdouchin https://github.com/QGEP/datamodel/pull/12#issuecomment-297654347 2017-04-21 11:44

[Qgis-developer] Plugin [995] dzetsaka : Classification tool approval notification.

2017-04-27 Thread noreply
Plugin dzetsaka : Classification tool approval by pcav. The plugin version "[995] dzetsaka : Classification tool 2.4.3" is now approved Link: http://plugins.qgis.org/plugins/dzetsaka/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List

[Qgis-developer] Plugin [903] PostTelemac approval notification.

2017-04-27 Thread noreply
Plugin PostTelemac approval by pcav. The plugin version "[903] PostTelemac 1.0.1" is now approved Link: http://plugins.qgis.org/plugins/PostTelemac/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info:

Re: [Qgis-developer] Are there plans to create a unique "Add layer" tool?

2017-04-27 Thread Stéphane Henriod
Hi all I would be more than happy to help push this new feature forward but I am not really sure what is needed now? Alexandre, I think you mentioned that your company might be interested to implement this unique "Add layer" button. Does the Gdoc now contain sufficient information for you to

Re: [Qgis-developer] Bugs on mapinfo tab files editing

2017-04-27 Thread Matthias Kuhn
Sorry, I actually meant to send this link: http://nyalldawson.net/2016/08/how-to-effectively-get-things-changed-in-qgis/ Regards Matthias On 4/27/17 8:10 AM, Matthias Kuhn wrote: > > Hi Pedro, > > Welcome to QGIS and thanks for reporting these bugs. As a first step, > it is very important to

Re: [Qgis-developer] Bugs on mapinfo tab files editing

2017-04-27 Thread Matthias Kuhn
Hi Pedro, Welcome to QGIS and thanks for reporting these bugs. As a first step, it is very important to be even aware of them. As a second step, someone will need to actually look into and take care of it. This normally happens by either the one who opened the issue having the capacity and