[Qgis-developer] Plugin [284] Semi-Automatic Classification Plugin approval notification.

2016-10-10 Thread noreply
Plugin Semi-Automatic Classification Plugin approval by pcav. The plugin version "[284] Semi-Automatic Classification Plugin 5.1.1" is now approved Link: http://plugins.qgis.org/plugins/SemiAutomaticClassificationPlugin/ ___ Qgis-developer mailing list

[Qgis-developer] Plugin [957] GeODinQGIS approval notification.

2016-10-10 Thread noreply
Plugin GeODinQGIS approval by pcav. The plugin version "[957] GeODinQGIS 1.1.2" is now approved Link: http://plugins.qgis.org/plugins/GeODinQGIS/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/lis

[Qgis-developer] python form validation help

2016-10-10 Thread Andrew
I am trying to write some form validation to work around bug #15050 . Based on some examples I have found I think this should work: from PyQt4.QtCore import * from PyQt4.QtGui import * myDialog = None notesField = None def formOpen(dialog,layerid,featureid):

Re: [Qgis-developer] memory-based layers and projects

2016-10-10 Thread Blumentrath, Stefan
Hei Martin, Do you think of something like a python macro to be run at project start? Then maybe this helps: http://gis.stackexchange.com/questions/89903/is-there-a-way-to-run-a-python-script-on-opening-a-qgis-project Cheers Stefan -Original Message- From: Qgis-developer [mailto:qgis-d

Re: [Qgis-developer] Show Geotagged Images on Map

2016-10-10 Thread Richard Duivenvoorde
On 18-09-16 22:35, Joshua Quesenberry wrote: > All, > > > > I was wondering if anyone knows of a current method for displaying > geotagged images (or maybe just a thumbnail) directly on the map canvas > without having to click on one image a time? I saw this thread, but the > solution seems to

Re: [Qgis-developer] Abstract GUI base class

2016-10-10 Thread Sandro Mani
Hi Matthias Personally I think it's okay to force custom apps to adapt to the app library changes, the effort of doing so is way smaller than having to port the app abstraction from release to release. As for where the line is drawn: this proposal would mean one can go as far as swap the mai

[Qgis-developer] Fwd: [GSoC Mentors] Announcing Google Summer of Code 2017 and Google Code-in 2016

2016-10-10 Thread Alexander Bruy
Hi devs, Google announced GSoC 2017, so it is time to start thinking about project ideas for next year. I will create/update corresponding wiki pages once hub will recover. -- Forwarded message -- From: 'sttaylor' via Google Summer of Code Mentors List Date: 2016-10-10 20:11 GM

Re: [Qgis-developer] memory-based layers and projects

2016-10-10 Thread Martin Landa
Hi, 2016-10-10 19:04 GMT+02:00 Chris Crook : > One option you could use is to install the MemoryLayerSaver plugin. That > saves the data for all memory layers in a project into a file named after the > project file. thanks. But this option is something what I would like to avoid (no new files

Re: [Qgis-developer] memory-based layers and projects

2016-10-10 Thread Chris Crook
Hi Martin One option you could use is to install the MemoryLayerSaver plugin. That saves the data for all memory layers in a project into a file named after the project file. Cheers Chris From: Qgis-developer [qgis-developer-boun...@lists.osgeo.org] On

[Qgis-developer] memory-based layers and projects

2016-10-10 Thread Martin Landa
Hi, I have plugin which creates memory based layer and loads data into this layer using its own reader. """ class MyLayer(QgsVectorLayer): def __init__(self, name): super(MyLayer, self).__init__('Point?crs=epsg:4326', name,

[Qgis-developer] SSL connection does not update Cert Authorities. call for verification.

2016-10-10 Thread Luigi Pirelli
Hi I filed the following issue: https://hub.qgis.org/issues/15687 Would be fine to have more confirmation on different Windows versions or othere OSs. thi sis the text of the issue: *** I found a misalignement in SSL Root Certificate Authorities (CAs) caching at least in WIN.

Re: [Qgis-developer] Documentation proposals - Was: Discussion on the QGIS grant proposals

2016-10-10 Thread Luigi Pirelli
On 8 October 2016 at 22:13, Anita Graser wrote: > Hi, > > On Thu, Sep 22, 2016 at 8:14 AM, Neumann, Andreas > wrote: >> >> Now, the documentation items: >> >> 1) 2.16 Documentation >> >> 16) PyQGIS Developer Cookbook update and maintenance >> >> 15) PyQGIS Cookbook Review >> > > Do we already hav

Re: [Qgis-developer] Show Geotagged Images on Map

2016-10-10 Thread kimaidou
Hi, Sorry, my previous message was a bit "dry". Here are the steps: * Open the vector layer properties dialog * Go to the Style tab * Use "Single symbol renderer" * Choose "SVG Symbol" * In the text input with the path to SVG, instead of using the "..." button to choose a file, click instead of t