[QGIS-Developer] Plugin [1316] Location Lab: Catchments approval notification.

2018-11-16 Thread noreply
Plugin Location Lab: Catchments approval by pcav. The plugin version "[1316] Location Lab: Catchments 2.0" is now approved Link: http://plugins.qgis.org/plugins/location_lab/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] What is the way to get all items of a QgsLayout?

2018-11-16 Thread Song Wendong
We want to make a function that send all items (mainly labels) to browser and let user set the cotent, then send it back to server and export as pdf. I can only find itemByIdand

Re: [QGIS-Developer] MSSQL driver not found & Can't open lib 'SQL Server' - QGIS 2.18 LTR on Debian

2018-11-16 Thread kimaidou
Ok, I have progressed a little bit. You have to rename the section in the odbcinst.ini file. QGIS and ogr2ogr expects the section [SQL Server] and not [ODBC Driver 17 for SQL Server] as written by Microsoft package. Then I can use ogr2ogr to connect to my database and convert some table with

[QGIS-Developer] Custom parameters in Processing scripts

2018-11-16 Thread Matteo Ghetta
Hi dev, is it possible to add a custom parameter to Processing scripts UI and grab its value? e.g. a custom QDate (or QDateTime) and grab the values as date/datetime? Thanks for any suggestions Cheers Matteo -- Matteo Ghetta - www.faunalia.eu QGIS & PostGIS courses:

[QGIS-Developer] MSSQL driver not found & Can't open lib 'SQL Server' - QGIS 2.18 LTR on Debian

2018-11-16 Thread kimaidou
Hi all, I am trying to connect to a MSSQL server from a QGIS installed in a Linux Debian Jessie computer. I have checked that the credentials are ok with the mssql-client from Microsoft: mssql-cli -S myserver -U carto -P *** -d MyBase I installed the following packages from debian and

Re: [QGIS-Developer] iOS prototyping

2018-11-16 Thread Matthias Kuhn
On 11/16/18 2:47 PM, Alessandro Pasotti wrote: > > On Fri, Nov 16, 2018 at 2:21 PM Matthias Kuhn > wrote: > > Am I too late for the party? Probably. > > > An example: it should be possible to provide QGIS as a service via a > remote desktop like cloud

Re: [QGIS-Developer] Error in Windows nightlies

2018-11-16 Thread Jürgen E . Fischer
Hi, On Fri, 16. Nov 2018 at 10:24:12 +, burghardt.scho...@stadt.wolfsburg.de wrote: > the installation of the exiv2 package helped me as well. There are four exiv2 > packages in OSGeo4w setup, maybe you still need the dev package? Fixed it again manually - I already updated it once

Re: [QGIS-Developer] iOS prototyping

2018-11-16 Thread Alessandro Pasotti
On Fri, Nov 16, 2018 at 2:21 PM Matthias Kuhn wrote: > Am I too late for the party? Probably. > > > An example: it should be possible to provide QGIS as a service via a > remote desktop like cloud platform and change whatever you want without > being forced to publish the source code with the

Re: [QGIS-Developer] iOS prototyping

2018-11-16 Thread Paolo Cavallini
Hi all, On 11/16/18 2:20 PM, Matthias Kuhn wrote: > An example: it should be possible to provide QGIS as a service via a > remote desktop like cloud platform and change whatever you want without > being forced to publish the source code with the current license (Note: > I'm not a lawyer). At the

Re: [QGIS-Developer] iOS prototyping

2018-11-16 Thread Matthias Kuhn
Am I too late for the party? Probably. Anyway... From what I can see there are different sides to this discussion: * Is a (potential) license change feasible This question is very hard to answer since there are a lot of stakeholders and uncertainties attached to it. I don't know, apparently

Re: [QGIS-Developer] QGIS composer export - issue with projection, scale & scalebar ?

2018-11-16 Thread kimaidou
Le ven. 16 nov. 2018 à 02:21, Nyall Dawson a écrit : > > > My 2c: I don't actually believe there's an issue here. QGIS scale bars > *ALWAYS* use ellipsoidal distances, regardless of the projection (and > have for longer than I've been involved in the project, so since some > version earlier than

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Pedro Venâncio
> 'C:\\Users\\pedro.venancio\\Documents\\R\\R-3.5.1\\bin\\x64\\Rscript.exe' > > Have you got "use 64" checked in the provider options? > Yes, I did Nyall. ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Nyall Dawson
On Fri, 16 Nov 2018 at 22:10, Pedro Venâncio wrote: > > Nyall, > > Running this on Python Console > > import os > from processing.core.ProcessingConfig import ProcessingConfig > > R_FOLDER = 'R_FOLDER' > > folder = ProcessingConfig.getSetting(R_FOLDER) > os.path.abspath(folder) if folder else ''

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Pedro Venâncio
Nyall, Running this on Python Console import os from processing.core.ProcessingConfig import ProcessingConfig R_FOLDER = 'R_FOLDER' folder = ProcessingConfig.getSetting(R_FOLDER) os.path.abspath(folder) if folder else '' bin_folder = folder executable = 'Rscript' exec_dir = 'x64'

Re: [QGIS-Developer] Error in Windows nightlies

2018-11-16 Thread Burghardt.Scholle
Hi Nyall, the installation of the exiv2 package helped me as well. There are four exiv2 packages in OSGeo4w setup, maybe you still need the dev package? Regards Burghardt > -Ursprüngliche Nachricht- > Von: QGIS-Developer [mailto:qgis-developer-boun...@lists.osgeo.org] Im > Auftrag von

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Pedro Venâncio
Hi Nyall, Nyall Dawson escreveu no dia sexta, 16/11/2018 à(s) 10:30: > > > What sub folder is your rscript.exe file in? > > I have it in two subfolders: C:\Users\pedro.venancio\Documents\R\R-3.5.1\bin\Rscript.exe C:\Users\pedro.venancio\Documents\R\R-3.5.1\bin\x64\Rscript.exe

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Nyall Dawson
On Fri., 16 Nov. 2018, 20:29 Pedro Venâncio Hi Nyall, > > Great work!!! > > I tried to install it on Windows 10, but I'm always getting this, when > running the test script: > > This algorithm cannot be run :-( > This algorithm requires R to be run. Unfortunately, it seems that R is not >

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Pedro Venâncio
Hi Nyall, Great work!!! I tried to install it on Windows 10, but I'm always getting this, when running the test script: This algorithm cannot be run :-( This algorithm requires R to be run. Unfortunately, it seems that R is not installed in your system, or it is not correctly configured to be

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Tim Sutton
Hi Tested here on macOS QGIS 3.4.1 (Williams build) here: I installed R.app into /Applications I unpacked the plugin and in settings for processing providers set my R folder like this: /usr/local/bin/ To test I ran the R-> test processing module but couldn’t actually figure out how to

[QGIS-Developer] Plugin [810] Bulk vector export as SLD and GeoJson approval notification.

2018-11-16 Thread noreply
Plugin Bulk vector export as SLD and GeoJson approval by pcav. The plugin version "[810] Bulk vector export as SLD and GeoJson 0.4" is now approved Link: http://plugins.qgis.org/plugins/bulkvectorexportwithstyle/ ___ QGIS-Developer mailing list

[QGIS-Developer] Plugin [810] Bulk vector export as SLD and GeoJson approval notification.

2018-11-16 Thread noreply
Plugin Bulk vector export as SLD and GeoJson approval by pcav. The plugin version "[810] Bulk vector export as SLD and GeoJson 0.4" is now approved Link: http://plugins.qgis.org/plugins/bulkvectorexportwithstyle/ ___ QGIS-Developer mailing list

Re: [QGIS-Developer] Error in Windows nightlies

2018-11-16 Thread Nyall Dawson
On Fri, 16 Nov 2018 at 16:48, Saber Razmjooei wrote: > > Eiv2 does not appear to be picked up automatically by the installer as the > mandatory lib. I had to select it manually and all working fine for me. That doesn't solve it for me unfortunately. Nyall

[QGIS-Developer] Plugin [1410] ImportPhotos approval notification.

2018-11-16 Thread noreply
Plugin ImportPhotos approval by pcav. The plugin version "[1410] ImportPhotos 1.7" is now approved Link: http://plugins.qgis.org/plugins/ImportPhotos/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [856] Literature Mapper approval notification.

2018-11-16 Thread noreply
Plugin Literature Mapper approval by pcav. The plugin version "[856] Literature Mapper 0.3 Experimental" is now approved Link: http://plugins.qgis.org/plugins/LiteratureMapper/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Import in PostGIS from Processing

2018-11-16 Thread Paolo Cavallini
Hi Nyall, On 11/16/18 2:15 AM, Nyall Dawson wrote: > On Thu, 15 Nov 2018 at 04:48, Paolo Cavallini wrote: >> Oh, I see, you're right. Not sure it's the right semantic though, I'll have >> to check similar commands. >> Thanks. > IIRC this was a conscious change, because we're not "importing"