Re: [QGIS-Developer] On the fly on MapCanvas

2020-03-16 Thread Erick Duran
Estimados muy buenas noches Necesito alguien me ayude, no soy muy experto en el uso de qgis, estoy usando la versión 3.12, quiero utilizar el complemento azimut y distancia y me aparece este error TypeError: 'NoneType' object is not subscriptable Traceback (most recent call last): File "C:/Use

[QGIS-Developer] On the fly on MapCanvas

2020-03-16 Thread bachgist
Dear QGIS-Developer, I am writing a simple program to display raster data using qgis api C++. When I open raster data that has different coordinate systems, the on-the-fly feature does not work on my mapCanvas. Can someone help me? This is my code: OpenGisData::OpenGisData(QWidget *parent) :

Re: [QGIS-Developer] More PR problems

2020-03-16 Thread William Kyngesburye
Still getting same failure. - William Kyngesburye Don't Panic > On Mar 16, 2020, at 7:20 PM, Nyall Dawson wrote: > > On Sat, 14 Mar 2020 at 10:05, William Kyngesburye > wrote: >> >> Ah, but I can't proceed with merging the PR until the ci succeeds. And I >

Re: [QGIS-Developer] More PR problems

2020-03-16 Thread Nyall Dawson
On Sat, 14 Mar 2020 at 10:05, William Kyngesburye wrote: > > Ah, but I can't proceed with merging the PR until the ci succeeds. And I > don't see a way to bypass the failing test, though others could when another > PR failed an unrelated test. Quite a lot of test fixes committed over the last

Re: [QGIS-Developer] Understanding plugin management in QGIS - exposing QgsPluginRegistry to Python?

2020-03-16 Thread Sebastian M. Ernst
Hi Oliver, > I'd suggest drafting a QEP already, as adding support for pip/conda > dependencies (which would be awesome !!) raises a few important > questions (for example whether we have virtualenvs or similar on all > systems, how plugins would declare their deps, how to deal with > incompatible

Re: [QGIS-Developer] Understanding plugin management in QGIS - exposing QgsPluginRegistry to Python?

2020-03-16 Thread Olivier Dalang
Hi ! Thanks Sebastian for willing to work on this ! I'd suggest drafting a QEP already, as adding support for pip/conda dependencies (which would be awesome !!) raises a few important questions (for example whether we have virtualenvs or similar on all systems, how plugins would declare their dep

[QGIS-Developer] Plugin [232] NumericalDigitize approval notification.

2020-03-16 Thread noreply
Plugin NumericalDigitize approval by zimbogisgeek. The plugin version "[232] NumericalDigitize 0.4.4" is now approved Link: http://plugins.qgis.org/plugins/numericalDigitize/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https

[QGIS-Developer] Plugin [2005] Covid19 Tracker unapproval notification.

2020-03-16 Thread noreply
Plugin Covid19 Tracker unapproval by zimbogisgeek. The plugin version "[2005] Covid19 Tracker 0.1" is now unapproved Link: http://plugins.qgis.org/plugins/covid19_tracker/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://

[QGIS-Developer] Plugin [232] NumericalDigitize approval notification.

2020-03-16 Thread noreply
Plugin NumericalDigitize approval by zimbogisgeek. The plugin version "[232] NumericalDigitize 0.3.0" is now approved Link: http://plugins.qgis.org/plugins/numericalDigitize/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https

[QGIS-Developer] Plugin [2005] Covid19 Tracker approval notification.

2020-03-16 Thread noreply
Plugin Covid19 Tracker approval by zimbogisgeek. The plugin version "[2005] Covid19 Tracker 0.1" is now approved Link: http://plugins.qgis.org/plugins/covid19_tracker/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://list

Re: [QGIS-Developer] Understanding plugin management in QGIS - exposing QgsPluginRegistry to Python?

2020-03-16 Thread Sebastian M. Ernst
Hi Nyall, Paolo, Alexander, Javier, > The issues we see most often stem not from any particular use of > Python, but (as Matthias has pointed out) through the nature of > Pythons weak typing and lack of compile time checks. A simple example: > if I alter the signature of a virtual method in one of

Re: [QGIS-Developer] Understanding plugin management in QGIS - exposing QgsPluginRegistry to Python?

2020-03-16 Thread javier
Hi all, The issues we see most often stem not from any particular use of Python, but (as Matthias has pointed out) through the nature of Pythons weak typing and lack of compile time checks. A simple example: if I alter the signature of a virtual method in one of the c++ classes to add an extra a

[QGIS-Developer] Plugin [2001] Flood Defense approval notification.

2020-03-16 Thread noreply
Plugin Flood Defense approval by zimbogisgeek. The plugin version "[2001] Flood Defense 0.6.2 Experimental" is now approved Link: http://plugins.qgis.org/plugins/fdtm/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://list

Re: [QGIS-Developer] QGIS "fast" mode

2020-03-16 Thread Tomas Straupis
2020-03-16, pr, 10:48 Julien Cabieces rašė: > This function is only for PostGres (Tomas use an Oracle database if I > remember correctly). Actually I use PostgreSQL more, but this particular performance problem is with Oracle database. And if enough people agree with the principle, I think it

Re: [QGIS-Developer] QGIS "fast" mode

2020-03-16 Thread Julien Cabieces
Hi all, This function is only for PostGres (Tomas use an Oracle database if I remember correctly). And from what I inderstand from the code, It only prevents from checking for unique colomn in a view or materialized view. However, it looks the good option to deal with this use case, I mean no c