Re: [Qgis-developer] QGIS D3 DataVis Plugin Status Report

2016-09-30 Thread Thomas Gratier
Hi, Did you ever try Vega https://vega.github.io/vega/? As stated, "With Vega, you can describe the visual appearance and interactive behavior of a visualization in a JSON format, and generate views using HTML5 Canvas or SVG." You can see a sandbox to try it

[Qgis-developer] DLL import/export defines quoting

2016-09-30 Thread Larry Shaffer
Hi, I have some questions I found while trying to figure out why the C++ code model for QGIS classes in Qt Creator were not being recognized (since a recent Creator update, not sure when) [0]. I tracked it down to the following code (sample): REMOVE_DEFINITIONS("-DGUI_EXPORT=${DLLIMPORT}")

Re: [Qgis-developer] QGIS D3 DataVis Plugin Status Report

2016-09-30 Thread C Hamilton
Matteo, I was able to sort of get it running. It does not appear to be able to display in the QGIS window. I am not sure if it was suppose to or not, but I saw where it was saving the temporary file and was able to view it in a web browser. I had to make some small changes to the one .ui file to

Re: [Qgis-developer] Table Manager discontinuation and missing French translator

2016-09-30 Thread Alexander Bruy
Hi Borys, I think both Russian and Ukrainian translations were mine, but can't remember exactly. Anyway I'm available to help with i18n for last version. 2016-09-22 15:16 GMT+03:00 Borys Jurgiel : > Hi folks! > > I'm going to discontinue the Table Manager. It was always a

Re: [Qgis-developer] QGIS D3 DataVis Plugin Status Report

2016-09-30 Thread Luigi Pirelli
Hi Calvin give a look also to: https://dc-js.github.io/dc.js/ Luigi Pirelli ** * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com * LinkedIn:

[Qgis-developer] Plugin [1110] Polygon Comparator approval notification.

2016-09-30 Thread noreply
Plugin Polygon Comparator approval by pcav. The plugin version "[1110] Polygon Comparator 0.2" is now approved Link: http://plugins.qgis.org/plugins/VectorCompare/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info:

Re: [Qgis-developer] Using Processing in standalone PYQGIS scripts

2016-09-30 Thread Eric Goddard
Thank you Victor and Etienne, the capital Initialize() got me :( It's always the little things - sorry about that! Now the processing script runs successfully as a standalone script but still has the issue of not selecting anything in the input layer. I was able to use the QgsVectorLayer variables

[Qgis-developer] QGIS master 3 compile problem

2016-09-30 Thread Andreas Neumann
Hi, I am trying to compile master3 with python 3 and qt5. During compilation I get an error around gdal and python-future which may be corrupted: --- [10/803] cd /home/an/dev/QGIS/ninja-build/src/crssync && /home/an/dev/QGIS/ninja-build/output/bin/crssync Running from

Re: [Qgis-developer] Using Processing in standalone PYQGIS scripts

2016-09-30 Thread Victor Olaya
Not sure why it is not selecting your features. I will try to reproduce it and will let you know About the layers and how they are found, here is some info: Input layers for Processing are data sources (if a layer is file based, that means the filepath to it). If you enter something that is not

Re: [Qgis-developer] Using Processing in standalone PYQGIS scripts

2016-09-30 Thread Etienne Trimaille
> AttributeError: class Processing has no attribute 'Initialize' Did you try : 'initialize' ? According to https://github.com/qgis/QGIS/blob/master/python/plugins/processing/core/Processing.py#L146 2016-09-30 20:51 GMT+07:00 Eric Goddard : > Thanks Victor, I had tried

Re: [Qgis-developer] Dash broken?

2016-09-30 Thread Julien Malik
Hi all, This should do the trick : https://github.com/qgis/QGIS/pull/3550 Regards, Julien On 30/09/2016 12:06, Jürgen E. Fischer wrote: Hi Nyall, On Fri, 30. Sep 2016 at 19:28:02 +1000, Nyall Dawson wrote: Looks like https://dash.orfeo-toolbox.org/index.php?project=QGIS is broken at the

Re: [Qgis-developer] qbrowser or qgis trying to open files/connections?

2016-09-30 Thread Jürgen E . Fischer
Hi Richard, On Fri, 30. Sep 2016 at 11:11:25 +0200, Richard Duivenvoorde wrote: > So this is 'normal' behaviour of that panel? Because I 'dock' my panel > to the left, next to the layer panel. In that way I had an alternative > open browser... I think so. It'll expand all branches that were open

[Qgis-developer] Dash broken?

2016-09-30 Thread Nyall Dawson
Looks like https://dash.orfeo-toolbox.org/index.php?project=QGIS is broken at the moment. None of the newer builds are showing even though the results are successfully submitted. Anyone know who looks after this? Nyall ___ Qgis-developer mailing list

[Qgis-developer] Last day for voting on grant proposals! Please head over and vote!

2016-09-30 Thread Tim Sutton
Hi All Just a reminder to all QGIS Voting Members (see full list below) to please cast your votes for the 2016 Grant proposals. If your name is on this list, you should have cast a vote but have not done so yet: The following have NOT YET voted: Nathan Woodrow Larry Shaffer Alexander

Re: [Qgis-developer] qbrowser or qgis trying to open files/connections?

2016-09-30 Thread Richard Duivenvoorde
On 30-09-16 10:29, Jürgen E. Fischer wrote: > Hi Richard, > > On Fri, 30. Sep 2016 at 10:25:17 +0200, Richard Duivenvoorde wrote: >> running master_2 here. Did the logging change recently? Because I see a >> lot of debug messages from qgsbrowsermodel which looks like that it >> tries to open

Re: [Qgis-developer] MongoDB plugins - merge

2016-09-30 Thread Even Rouault
Le vendredi 30 septembre 2016 08:26:02, Paolo Cavallini a écrit : > Il 29/09/2016 22:05, Vasilios Kalogirou ha scritto: > > My name is Vasilios Kalogirou and I have recently developed a plugin > > which allows users to store vector data in MongoDB > >

Re: [Qgis-developer] qbrowser or qgis trying to open files/connections?

2016-09-30 Thread Jürgen E . Fischer
Hi Richard, On Fri, 30. Sep 2016 at 10:25:17 +0200, Richard Duivenvoorde wrote: > running master_2 here. Did the logging change recently? Because I see a > lot of debug messages from qgsbrowsermodel which looks like that it > tries to open files or connections. Close the browser panel. Jürgen

[Qgis-developer] qbrowser or qgis trying to open files/connections?

2016-09-30 Thread Richard Duivenvoorde
Hi devs, running master_2 here. Did the logging change recently? Because I see a lot of debug messages from qgsbrowsermodel which looks like that it tries to open files or connections. I also had a configuration where I see that after starting QGIS it is trying to retrieve one of the WMS-layers

Re: [Qgis-developer] Multiple Fields in R-Processing

2016-09-30 Thread matteo
Hi Victor, thanks for your answer.. > The value of the multiple flieds is a string with field names > separated by semicolons > > so, to get a list of them: > > fields = multiple_fields.split(";") > > Not sure this is what you need...maybe I am not understanding the question actually not

Re: [Qgis-developer] QWT polar for qgis 3?

2016-09-30 Thread Matthias Kuhn
Hi, it shouldn't be very hard to implement a custom QML component to display this information even without QtCharts to get rid of qwtpolar. Getting rid of qwt (which is present as package on more systems) can then be postponed a bit. Matthias On 09/30/2016 07:43 AM, Nyall Dawson wrote: > On 30

Re: [Qgis-developer] MongoDB plugins - merge

2016-09-30 Thread Paolo Cavallini
Il 29/09/2016 22:05, Vasilios Kalogirou ha scritto: > My name is Vasilios Kalogirou and I have recently developed a plugin > which allows users to store vector data in MongoDB > (https://github.com/VasiliosKalogirou/Save-layer-in-MongoDB ). > > > > After trying to publish my plugin in QGIS