Re: [QGIS-Developer] QGIS 3 "GPS Information Panel" not fully functional

2018-07-09 Thread Alessandro Pasotti
Hi Nyall, if you want to have a receiver "without having a receiver" you could use this recipe: https://www.itopen.it/use-your-android-phones-gps-in-qgis/ On Tue, Jul 10, 2018 at 5:50 AM, Nyall Dawson wrote: > On Tue, 10 Jul 2018 at 00:37, C Hamilton wrote: > > > > Thanks for that explanation

Re: [QGIS-Developer] External python package dependency in plugins

2018-07-09 Thread Richard Duivenvoorde
On 07/10/2018 06:15 AM, shiva reddy wrote: > I don't think so. Since all plugins goes through approval mechanism, I > think  it is not unsafe. Rather increase the plugin user base. > Even if we want to not allow this .In that case, We should have > mechanism by which QGIS itself does installation o

Re: [QGIS-Developer] External python package dependency in plugins

2018-07-09 Thread shiva reddy
I don't think so. Since all plugins goes through approval mechanism, I think it is not unsafe. Rather increase the plugin user base. Even if we want to not allow this .In that case, We should have mechanism by which QGIS itself does installation of external dependencies based on approved plugin's

Re: [QGIS-Developer] QGIS 3 "GPS Information Panel" not fully functional

2018-07-09 Thread Nyall Dawson
On Tue, 10 Jul 2018 at 00:37, C Hamilton wrote: > > Thanks for that explanation. I guess the satellite tab is more for curiosity > than actual value. > > The "Signal" tab is there but apparently does not work. That one is useful. > Are there any comments about it? > Not sure what's happening wi

Re: [QGIS-Developer] External python package dependency in plugins

2018-07-09 Thread Nyall Dawson
On Sat, 7 Jul 2018 at 16:10, shiva reddy wrote: > > Hello, > I tried to install automatically during my pluign (QRealTime) installation by > calling: > > subprocess.call(['python','-m','install','pyxform','--user']) > > It worked many times in windows and it fails sometime. > It don't work in OS

[QGIS-Developer] Qt Designer with QGIS 3.0.0 custom widgets has no custom widgets

2018-07-09 Thread C Hamilton
When I launch the original Qt Designer it has the QGIS custom widgets in the set of widgets on the left, but if I launch "Qt Designer with QGIS 3.0.0 custom widgets" there are not any QGIS custom widgets displayed. How do I fix this? I am still using the QGIS 2.x Qt Designer link for my 3.0 project

Re: [QGIS-Developer] Issues with QgsProcessingParameterFeatureSource

2018-07-09 Thread C Hamilton
The function I am working with is the XY to Line utility which expects each record in the data to have two location points. This could be in the form of just a NoGeometry table with two coordinates as part of the fields or it could be a point layer with one of the points represented by the layer ge

Re: [QGIS-Developer] QGIS 3 "GPS Information Panel" not fully functional

2018-07-09 Thread C Hamilton
Thanks for that explanation. I guess the satellite tab is more for curiosity than actual value. The "Signal" tab is there but apparently does not work. That one is useful. Are there any comments about it? Thanks!!! On Fri, Jul 6, 2018 at 8:41 PM, Nyall Dawson wrote: > On Sat, 7 Jul 2018 at 0

[QGIS-Developer] Plugin [1480] arrayPlus approval notification.

2018-07-09 Thread noreply
Plugin arrayPlus approval by pcav. The plugin version "[1480] arrayPlus 1.4" is now approved Link: http://plugins.qgis.org/plugins/arrayplus/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listin

[QGIS-Developer] QGIS Server 3: change on queryable groups?

2018-07-09 Thread Gerald Kogler
Hi devs, I recently migrated from QGIS Server 2 to 3 (a big thanks to all the devs!) and I noticed one change with queryable parameters which means quite a lot of work to migrate my projects: In QGIS Server 2 layer groups had the "queryable" parameter showing up on GetCapabilities request. That m

Re: [QGIS-Developer] External python package dependency in plugins

2018-07-09 Thread shiva reddy
Hi, Finally I found following solution, which works in both windows and mac: import subprocess try: subprocess.call(['python3', '-m', 'pip', 'install','pyxform']) from pyxform.builder import create_survey_element_from_dict print('package is installed after python3') ex

[QGIS-Developer] Plugin [1355] QRealTime approval notification.

2018-07-09 Thread noreply
Plugin QRealTime approval by pcav. The plugin version "[1355] QRealTime 3.5.0" is now approved Link: http://plugins.qgis.org/plugins/QRealTime/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/list

Re: [QGIS-Developer] Problems running 3.2/3.3

2018-07-09 Thread Patrick Dunford
As a general observation with my experiences so far with 3.2 and the current master it looks they can have a lot of problems with 3.0 configs. Another issue observed on a different computer is completely random and frequent crashes for no obvious reason. On 09/07/18 18:42, Patrick Dunford wro

Re: [QGIS-Developer] outdated cookbook

2018-07-09 Thread Raymond Nijssen
Thanks Jurgen! That kind of works for my current problem (though it seems hard to loop this function and export different maps after updating the mapcanvas). Still I would like to fix this in the cookbook using the QgsMapRenderer(Sequential)Job in the right way. So if anyone could post a wor

Re: [QGIS-Developer] Updating qgis:rastercalculator to work better in models

2018-07-09 Thread Luigi Pirelli
Hi @Rudi von Staden , @Nyall Dawson and @Matthias Kuhn in the meantime I had to resolve compilation problems and OS update I'll show you what I'm doing to resurrect rastercalculator in modeler trying to evaluate if I'm doing well. the principal problem (but not the only one) to run raster calc

[QGIS-Developer] Plugin [565] zoomtopaste approval notification.

2018-07-09 Thread noreply
Plugin zoomtopaste approval by pcav. The plugin version "[565] zoomtopaste 3.0.1" is now approved Link: http://plugins.qgis.org/plugins/zoomtopaste/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman

[QGIS-Developer] Plugin [1287] qpals approval notification.

2018-07-09 Thread noreply
Plugin qpals approval by pcav. The plugin version "[1287] qpals 1.7.1" is now approved Link: http://plugins.qgis.org/plugins/qpals/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-de

[QGIS-Developer] Plugin [1479] QWeather approval notification.

2018-07-09 Thread noreply
Plugin QWeather approval by pcav. The plugin version "[1479] QWeather 2.0.1" is now approved Link: http://plugins.qgis.org/plugins/QWeather/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinf

[QGIS-Developer] Plugin [1462] Repair Lines Connections approval notification.

2018-07-09 Thread noreply
Plugin Repair Lines Connections approval by pcav. The plugin version "[1462] Repair Lines Connections 0.1 Experimental" is now approved Link: http://plugins.qgis.org/plugins/RepairLinesConncetions/ ___ QGIS-Developer mailing list QGIS-Developer@lists.os

[QGIS-Developer] Plugin [1273] Repair Geometry (Reparar Geometria) approval notification.

2018-07-09 Thread noreply
Plugin Repair Geometry (Reparar Geometria) approval by pcav. The plugin version "[1273] Repair Geometry (Reparar Geometria) 1.0" is now approved Link: http://plugins.qgis.org/plugins/RepairGeometry/ ___ QGIS-Developer mailing list QGIS-Developer@lists.o