[Qgis-developer] Plugin [592] LOUIS Map Biographer approval notification.

2016-06-09 Thread noreply
Plugin LOUIS Map Biographer approval by pcav. The plugin version "[592] LOUIS Map Biographer 1.2.4" is now approved Link: http://plugins.qgis.org/plugins/mapBiographer/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info:

Re: [Qgis-developer] Layer Name and originalName, was: [QGIS-Server] Add a Short Name to layers for OGC Web Services

2016-06-09 Thread Germán Carrillo
Does anybody have any thought on this? 2016-06-01 10:31 GMT-05:00 Germán Carrillo : > Hi All, > > what is the purpose of originalName() method in QgsMapLayer class? > > Documentation states: >Get the original name of the layer. >Returns >the

[Qgis-developer] SIGNAL to know when a feature is added to vector layer using PyQGIS

2016-06-09 Thread Germán Carrillo
Hi, I'd like to ask you whether you know any way of being notified when a feature is being added to a vector layer without opening and closing an edit session, e.g., by using: myLayer.dataProvider().addFeatures( [feature] ) Which directly writes the new feature to the provider. When working

Re: [Qgis-developer] New latlontools plugin

2016-06-09 Thread C Hamilton
Richard, I have published/uploaded it, but figured since it duplicated some capabilities I needed to explain why. This is the plugin link. http://plugins.qgis.org/plugins/latlontools/ Pardon me if I don't quite know the correct procedures. I am new to QGIS development and am just learning how

Re: [Qgis-developer] New latlontools plugin

2016-06-09 Thread Richard Duivenvoorde
On 09-06-16 21:48, C Hamilton wrote: > I know this has been an incredibly long e-mail, but wanted to lay out > the reasons for this plugin and am requesting that you consider adding > it to the plugin repository. The plugin will likely expand with a bulk > zoom to point feature. Hi Chris, Thanks

[Qgis-developer] latlontools plugin

2016-06-09 Thread C Hamilton
Well I had a long email explaining why I wrote it, but failed to point to the repository. You can just download the zip file, unzip it, rename the folder to latlontools and drop it into the .qgis2 plugins directory. https://github.com/NationalSecurityAgency/qgis-latlontools-plugin Thanks,

[Qgis-developer] New latlontools plugin

2016-06-09 Thread C Hamilton
I just uploaded my latlontools plugin to the QGIS plugin site. I know it is going to need some explanation as it duplicates some existing functionality, but it was born out of frustration with the existing plugins. Let me clarify that I am not saying there is anything wrong with how these plugins

Re: [Qgis-developer] how to active tool located in standard QGIS toolbar from a plugin

2016-06-09 Thread Martin Landa
Hi, 2016-06-09 17:30 GMT+02:00 Eric Goddard : > Is this in a pyqgis plugin? You should be able to activate the select tool > with iface.actionSelect().trigger(). You can also use > actionSelectFreehand(), actionSelectPolygon(), actionSelectRadius(), or >

Re: [Qgis-developer] how to active tool located in standard QGIS toolbar from a plugin

2016-06-09 Thread Eric Goddard
Is this in a pyqgis plugin? You should be able to activate the select tool with iface.actionSelect().trigger(). You can also use actionSelectFreehand(), actionSelectPolygon(), actionSelectRadius(), or actionSelectRectange(). Eric On Thu, Jun 9, 2016 at 8:27 AM Martin Landa

[Qgis-developer] how to active tool located in standard QGIS toolbar from a plugin

2016-06-09 Thread Martin Landa
Hi all, I would like to duplicate some of standard QGIS tools in my plugin. In other words I have in my plugin an icon for selecting features. Is there any way how to automatically activate, after choosing this tool from my plugin, standard QGIS tool called 'Select Features by area or single

[Qgis-developer] Plugin [1034] InADS GeoCoder approval notification.

2016-06-09 Thread noreply
Plugin InADS GeoCoder approval by pcav. The plugin version "[1034] InADS GeoCoder 0.1 Experimental" is now approved Link: http://plugins.qgis.org/plugins/InADSGeoCoder/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info:

Re: [Qgis-developer] Geocoding plugin: a good case for merge

2016-06-09 Thread Nathan Woodrow
I quite like how the Locator bar in Qt Creator work by also allowing prefixs for searching: c - Class search . - method search Maybe we can reuse this idea, and even code from the Qt source code. On Thu, Jun 9, 2016 at 8:36 PM, Martin Dobias wrote: > Hi all > > On Thu,

Re: [Qgis-developer] Geocoding plugin: a good case for merge

2016-06-09 Thread Martin Dobias
Hi all On Thu, Jun 9, 2016 at 12:07 PM, Richard Duivenvoorde wrote: > What about something like that: > - we creating a gui-widget/toolbar for a geocoding search > - we create a python api for it (actually: implement a buttonless plugin > which registres the geocoder, and

[Qgis-developer] Workshop materials in Girona

2016-06-09 Thread Etienne Trimaille
Hi, Some workshops have their training materials published on the webpage [1]. But some materials are missing. Is-it possible to have some links about the missing workshops ? Maybe not the data, but at least the PDF. It could be nice if we can add a Girona folder to this repository :

Re: [Qgis-developer] Geocoding plugin: a good case for merge

2016-06-09 Thread Paolo Cavallini
Il 09/06/2016 12:07, Richard Duivenvoorde ha scritto: > Should we write a QEP for this? +1 Richard, would you mind writing to all geocoder developers to ask for collaboration? I think several of them are not on this ML. All the best. -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses:

Re: [Qgis-developer] Geocoding plugin: a good case for merge

2016-06-09 Thread Richard Duivenvoorde
On 09-06-16 12:07, Richard Duivenvoorde wrote: > Bottom part of: > http://pix.toile-libre.org/upload/original/1465466009.png Sending image as attachment too, not sure if it comes through mailinglist rules... ___ Qgis-developer mailing list

Re: [Qgis-developer] Geocoding plugin: a good case for merge

2016-06-09 Thread Richard Duivenvoorde
On 09-06-16 10:42, Paolo Cavallini wrote: >> I don't see any real opportunity to merge the plugins: some of them are >> > very specific to national geocoders, some other just ignore the TOS of >> > the webservices they use. > yes, this is clear to me. even if not much code is shared, from the

[Qgis-developer] feature-request issues with cuases-crash-or-corruption ON

2016-06-09 Thread Sandro Santilli
Looking for the next bug to tackle I found 3 feature-request tickets that have the "causes-crash-of-corruption" flag set to on: #13303 #13336 #14627 But there's no way to drop the "cuases crash or corruption" flag, do you know how to fix ? Take this, for example:

Re: [Qgis-developer] Geocoding plugin: a good case for merge

2016-06-09 Thread Paolo Cavallini
Il 09/06/2016 10:58, Tom Chadwin ha scritto: > Alessandro Pasotti-2 wrote >> some other just ignore the TOS of the >> webservices they use. > > Any plugin which uses a single provider, and breaks its TOS should be > removed from the repo, I believe. we do have some grey areas, solved in various

Re: [Qgis-developer] Geocoding plugin: a good case for merge

2016-06-09 Thread Tom Chadwin
Alessandro Pasotti-2 wrote > some other just ignore the TOS of the > webservices they use. Any plugin which uses a single provider, and breaks its TOS should be removed from the repo, I believe. Tom -- View this message in context:

Re: [Qgis-developer] Geocoding plugin: a good case for merge

2016-06-09 Thread Alessandro Pasotti
2016-06-09 10:42 GMT+02:00 Paolo Cavallini : > Il 09/06/2016 10:36, Alessandro Pasotti ha scritto: > > What about implement GDAL geocoding capabilities in core? > > > > It should probably be implemented as an expression function too... > > > >

Re: [Qgis-developer] Geocoding plugin: a good case for merge

2016-06-09 Thread Paolo Cavallini
Il 09/06/2016 10:36, Alessandro Pasotti ha scritto: > What about implement GDAL geocoding capabilities in core? > > It should probably be implemented as an expression function too... > > http://www.gdal.org/ogr__geocoding_8h.html > See: http://www.itopen.it/geocoding-with-gdal/ this seems a

Re: [Qgis-developer] Geocoding plugin: a good case for merge

2016-06-09 Thread Alessandro Pasotti
What about implement GDAL geocoding capabilities in core? It should probably be implemented as an expression function too... http://www.gdal.org/ogr__geocoding_8h.html See: http://www.itopen.it/geocoding-with-gdal/ I don't see any real opportunity to merge the plugins: some of them are very

Re: [Qgis-developer] Duplicate plugins: proposal

2016-06-09 Thread Paolo Cavallini
Il 08/06/2016 20:59, Niccolò Marchi ha scritto: > (unfortunately) No suggestions for improvement except for setting that > sentence as first and highlighting it as much as possible :) > > > > The additional page was absolutely not meant to be on your shoulders but > up to each developer with

[Qgis-developer] Geocoding plugin: a good case for merge

2016-06-09 Thread Paolo Cavallini
Hi all, over time, we have accumulate a number of plugins for geocoding. Some of them are global some are limited to a particular country. See e.g. http://plugins.qgis.org/plugins/GeoCoding/ http://plugins.qgis.org/plugins/GeoCodingKorea/ http://plugins.qgis.org/plugins/navidata/

Re: [Qgis-developer] Report 2 - QGIS Symbology Sharing Tools

2016-06-09 Thread Alessandro Pasotti
2016-06-09 0:16 GMT+02:00 Nathan Woodrow : > Using the raw end point sounds fine to me for now. Easy to change later if > needed. > Yes, that's the best thing to do. > > On Thu, 9 Jun 2016 8:14 am Akbar Gumbira wrote: > >> Hi Ale, >> >> I just