[Qgis-developer] Plugin [1143] PostGIS Sampling Tool approval notification.

2016-12-08 Thread noreply
Plugin PostGIS Sampling Tool approval by wonder. The plugin version "[1143] PostGIS Sampling Tool 1.3.0" is now approved Link: http://plugins.qgis.org/plugins/postgis_sampling_tool/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info

[Qgis-developer] how to display a part of map

2016-12-08 Thread 李桐
hello, When I first loaded a map,I want to display a part of map,I used Qgsmapcanvas.setextent(), But the map didn't change. The following code: QgsMapLayerRegistry::instance()->addMapLayer(Layer); mapCanvasLayerSet.append(Layer); mapCanvas->setLayerSet(mapCanvasLayerSet); mapCan

Re: [Qgis-developer] Plugin requirements

2016-12-08 Thread Régis Haubourg
Thanks Arnaud, I use virtualenv also, but I understood in your message that there was a way to combine it with osgeo4w packaging. See you on monday Régis 2016-12-08 18:01 GMT+01:00 Arnaud Morvan : > > virtualenv has nothing to do with osgeo4w > > virtualenv is a tool to create a site-package fold

Re: [Qgis-developer] Plugin requirements

2016-12-08 Thread Arnaud Morvan
virtualenv has nothing to do with osgeo4w virtualenv is a tool to create a site-package folder and install packages with pip. you use it in your make file (easy with linux, but should not be much more difficult under windows) you add it to your plugin package if you add this folder in your py

Re: [Qgis-developer] Plugin requirements

2016-12-08 Thread Régis Haubourg
Hi Arnaud, does virtualenv works in osgeo4w? Régis 2016-12-08 16:11 GMT+01:00 Arnaud Morvan : > > Hello Xavier, > > here we are used to create a virtualenv at build time (in make build or > make install target), in the plugin folder, > the virtual env site-package folder is added to the python sy

Re: [Qgis-developer] Plugin requirements

2016-12-08 Thread Arnaud Morvan
Note that owslib is distributed with QGIS so you can use : from owslib.etree import etree See here for more info : https://github.com/geopython/OWSLib/blob/840284bdd1d5e335e7a0d5d276afe4d0b34ac4cf/owslib/etree.py#L36 Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp Franc

Re: [Qgis-developer] Plugin requirements

2016-12-08 Thread Arnaud Morvan
Hello Xavier, here we are used to create a virtualenv at build time (in make build or make install target), in the plugin folder, the virtual env site-package folder is added to the python sys path in plugin __init__.py file before the class factory. Note that it is necessary to add this vir

[Qgis-developer] Plugin [1141] Stereonet approval notification.

2016-12-08 Thread noreply
Plugin Stereonet approval by pcav. The plugin version "[1141] Stereonet 0.1" is now approved Link: http://plugins.qgis.org/plugins/qgis-stereonet/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/li

[Qgis-developer] Plugin [609] Temporal/Spectral Profile Tool approval notification.

2016-12-08 Thread noreply
Plugin Temporal/Spectral Profile Tool approval by pcav. The plugin version "[609] Temporal/Spectral Profile Tool 1.1.3" is now approved Link: http://plugins.qgis.org/plugins/temporalprofiletool/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.

[Qgis-developer] Plugin [1000] Qdraw approval notification.

2016-12-08 Thread noreply
Plugin Qdraw approval by pcav. The plugin version "[1000] Qdraw 1.5.1 Experimental" is now approved Link: http://plugins.qgis.org/plugins/qdraw/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/list

Re: [Qgis-developer] Feedback re future of core c++ plugins in QGIS 3.0

2016-12-08 Thread Paolo Cavallini
Il 08/12/2016 09:16, Alexander Bruy ha scritto: > There are two other plugins: Topology Checker and Geometry Checker. > IMHO their functionality should be merged and moved to analysis library. agreed fully, the current situation is confusing for users thanks -- Paolo Cavallini - www.faunalia.eu

Re: [Qgis-developer] Field mapper when pasting features

2016-12-08 Thread Arnaud Morvan
Hi Saber, Yes, I will try to spent some time on this in Lyon next week. Cheers Arnaud Morvan Ingénieur logiciel Tél: +33 (0)4 58 48 20 32 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac Cedex http://www.camptocamp.com Le 08/12/2016 10:36, Saber Razmjooei a écrit : Hi

Re: [Qgis-developer] Field mapper when pasting features

2016-12-08 Thread Saber Razmjooei
Hi Arnaud, As suggested by others, a QEP for mapping fields would be great. Some of the Processing tools (e.g. merging layers) can also benefit from that. Cheers Saber From: Qgis-developer [mailto:qgis-developer-boun...@lists.osgeo.org] On Behalf Of Denis Rouzaud Sent: 01 November 2016

Re: [Qgis-developer] destinationSrsChanged, custom srs

2016-12-08 Thread Martin Landa
Hi Matthias, 2016-11-29 9:45 GMT+01:00 Matthias Kuhn : > QgsMapSettings is a data only object, meaning that new map settings > objects are created from a map canvas "snapshot" for every rendering job > and therefore they don't change and don't need to (and cannot) emit signals. thanks for clarif

Re: [Qgis-developer] Feedback re future of core c++ plugins in QGIS 3.0

2016-12-08 Thread Alexander Bruy
There are two other plugins: Topology Checker and Geometry Checker. IMHO their functionality should be merged and moved to analysis library. 2016-12-07 0:00 GMT+02:00 Nyall Dawson : > On 8 November 2016 at 11:24, Nyall Dawson wrote: >> Hi all, >> >> Discussion is currently underway concerning th