Re: [Qgis-developer] Plugin requirements

2016-12-07 Thread Xavier Barnada
Hi Alessandro, Thank you for the example, I will study paver to see how it works Cheers 2016-12-07 9:49 GMT+01:00 Alessandro Pasotti : > On Wed, Dec 7, 2016 at 9:43 AM, Xavier Barnada wrote: > >> Hi all, >> >> I been working on a plugin that uses another python r

[Qgis-developer] Plugin requirements

2016-12-07 Thread Xavier Barnada
QGIS API should provide a way to install packages but i supose that it's not so easy as I imagine. How do you use to solve this problem? There is any example of it? I searched it on the documentation and don't appear any reference about how to do it. Bes

[Qgis-developer] SSL certificates

2016-11-17 Thread Xavier Barnada
Hi, Today when I opened Qgis I found this message saying that the certificate of plugins.qgis.org has expired. Does anyone have the same problem or I have some problem on my network? Best reggards Xavier Barnada ___ Qgis-developer mailing list Qgis

[Qgis-developer] Qgis private plugin repository

2016-10-28 Thread Xavier Barnada
r you served static files with HTTP server like Nginx? Best reggards Xavier Barnada ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/ma

Re: [Qgis-developer] Add a layer to a group of layers

2016-10-19 Thread Xavier Barnada
As you said I solved it using addMapLayer with a False parameter to indicate to not add on the legend Thank you Xavier Barnada 2016-10-19 14:07 GMT+02:00 Martin Dobias : > Hi Xavier > > On Wed, Oct 19, 2016 at 7:57 PM, Xavier Barnada > wrote: > > Hi, > > > > I&#

[Qgis-developer] Add a layer to a group of layers

2016-10-19 Thread Xavier Barnada
layer.isValid() test_group.addLayer(layer) The layer is valid but it don't appear on the layer group Does it need any extra action? Best reggards Xavier Barnada ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Including style on a Qgis plugin

2016-10-13 Thread Xavier Barnada
#x27;.qml', delete=False) tmp_url.write(t) tmp_url.close() return tmp_url.name I'm sure that this don't work on all the types of symbols but perhaps is useful for someone After patch the style I loaded it. Best reggards. Xavier Barnada 2016-10-13 14:27 GM

[Qgis-developer] Including style on a Qgis plugin

2016-10-13 Thread Xavier Barnada
orked. Anyone have a trick to fix this problem? There is any plugin that does this to check how they do it? Thank you Xavier Barnada ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-deve