Re: [Qgis-developer] QgsLayerTreeViewMenuProvider and default values

2016-11-21 Thread Richard Duivenvoorde
On 21-11-16 16:40, Martin Dobias wrote: On Mon, Nov 21, 2016 at 6:09 PM, Richard Duivenvoorde wrote: On 2016-11-21 03:02, Martin Dobias wrote: Ah, thanks Martin for your anwers. Q3: looking at the possibility to add a 'Transparency slider' in the layertree (see layer props bottom item): how

Re: [Qgis-developer] DB Manager and other PostGIS issues: notes from a course

2016-11-21 Thread Paolo Cavallini
Il 21/11/2016 23:56, Nyall Dawson ha scritto: > On 22 November 2016 at 05:03, Giovanni Manghi > wrote: >> The QGIS based one is much more straightforward for the vast majority >> of cases because it does not have all the advanced options that the >> ogr based one has. In general I'm very much in

Re: [Qgis-developer] New python packages in QGIS 3.0

2016-11-21 Thread Paolo Cavallini
Il 22/11/2016 01:04, Pedro Camargo ha scritto: > I am looking to port a few projects that exist in Python for the > transportation modeling world (complimentary to the AequilibraE plugin) > , but they rely heavily on scientific and data analysis packages such as > Pandas. > > Is there any ch

[Qgis-developer] New python packages in QGIS 3.0

2016-11-21 Thread Pedro Camargo
Hi, I am looking to port a few projects that exist in Python for the transportation modeling world (complimentary to the AequilibraE plugin) , but they rely heavily on scientific and data analysis packages such as Pandas. Is there any chance new Python packages will be added to the standalone

Re: [Qgis-developer] QGIS setup with Qt 5 on mac

2016-11-21 Thread Nyall Dawson
On 19 November 2016 at 07:43, Larry Shaffer wrote: > Hi Nyall, > > On Thu, Nov 17, 2016 at 7:11 PM, Nyall Dawson > wrote: >> >> On 18 November 2016 at 11:55, Larry Shaffer >> wrote: >> > Hi, >> > >> > Quick update. Success! I've finally built QGIS 3 master branch off of >> > unmodified Homebrew

Re: [Qgis-developer] DB Manager and other PostGIS issues: notes from a course

2016-11-21 Thread Nyall Dawson
On 22 November 2016 at 05:03, Giovanni Manghi wrote: > Hi all, > > >> Hi, >> thanks Giovanni for the feedback. Replies below. >> >> Il 21/11/2016 12:01, Giovanni Manghi ha scritto: >> * DB Manager * create table: field types are limited; in particular, timestamptz is missing >>> >

Re: [Qgis-developer] DB Manager and other PostGIS issues: notes from a course

2016-11-21 Thread Giovanni Manghi
Hi all, > Hi, > thanks Giovanni for the feedback. Replies below. > > Il 21/11/2016 12:01, Giovanni Manghi ha scritto: > >>> * DB Manager >>> * create table: field types are limited; in particular, timestamptz is >>> missing >> >> old issue, old as db manager, it only shows a subset of available

Re: [Qgis-developer] Best Practice for QGIS Plugin Help Documentation

2016-11-21 Thread C Hamilton
Chris, Thanks for that tip. That is exactly what I needed. On Sat, Nov 19, 2016 at 12:56 PM, Chris Crook wrote: > Hi Calvin > > Method 2 is well supported by QGIS. Put the help in index.html in the > plugin directory, then > > def showMyPluginHelp(self): > from qgis import utils > util

[Qgis-developer] Plugin [678] Multi-distance buffer approval notification.

2016-11-21 Thread noreply
Plugin Multi-distance buffer approval by pcav. The plugin version "[678] Multi-distance buffer 1.2" is now approved Link: http://plugins.qgis.org/plugins/MultiDistanceBuffer/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http:

Re: [Qgis-developer] QgsLayerTreeViewMenuProvider and default values

2016-11-21 Thread Martin Dobias
On Mon, Nov 21, 2016 at 6:09 PM, Richard Duivenvoorde wrote: > On 2016-11-21 03:02, Martin Dobias wrote: > > Ah, thanks Martin for your anwers. > >>> Q3: looking at the possibility to add a 'Transparency slider' in the >>> layertree (see layer props bottom item): how difficult is it to add a >>> '

Re: [Qgis-developer] Bookmark database error in QGIS 2.18

2016-11-21 Thread matteo
I'm really sorry guys.. I missed the solution in the bug tracker: http://hub.qgis.org/issues/8662 Sorry again for the noise Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-d

[Qgis-developer] Bookmark database error in QGIS 2.18

2016-11-21 Thread matteo
Hi guys, I compiled QGIS 2.18 and everything went fine except for this error that appears when I run QGIS (each time): Unable to open bookmarks database. Database: /home/matteo/.qgis2//qgis.db Driver: Driver not loaded Database: Driver not loaded In ~.qgis2 folder there is the qgis.db file. I

Re: [Qgis-developer] symbol.symbolLayer(n) triggers RTTI error in one place, but doesn't in another

2016-11-21 Thread Tom Chadwin
Assuming only QGIS imports are relevant, the working code imports iface, while the non-working doesn't. However, importing it doesn't stop the error. - Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon -- View this message in context: http://osgeo-org.1560.x6.nabble.com/symbol-sy

Re: [Qgis-developer] symbol.symbolLayer(n) triggers RTTI error in one place, but doesn't in another

2016-11-21 Thread Tom Chadwin
> different imports Could be. I'll try to check. > different origin of the symbol objects Data in QGIS exactly the same, so I don't think so. > different symbols in use... Definitely not, for the same reason. - Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon -- View this m

Re: [Qgis-developer] Field Menu Range settings odd behaviour

2016-11-21 Thread roy roy
Ok, Thanks !! Il 21/11/2016 09:40, Matthias Kuhn ha scritto: > Hi, > > With QGIS 2.16 constraints have been introduced that are able to check > entered values and provide feedback as well as prevent the user from > clicking ok: > > https://www.qgis.org/en/site/forusers/visualchangelog216/index.ht

Re: [Qgis-developer] symbol.symbolLayer(n) triggers RTTI error in one place, but doesn't in another

2016-11-21 Thread Matthias Kuhn
On 11/21/2016 12:37 PM, Tom Chadwin wrote: > Many thanks. I'd still like to know why the method consistently fails in one > instance, and always works in the other, though. Me too... Random suspicions: different imports, different origin of the symbol objects, different symbols in use... > > Wha

Re: [Qgis-developer] symbol.symbolLayer(n) triggers RTTI error in one place, but doesn't in another

2016-11-21 Thread Tom Chadwin
Many thanks. I'd still like to know why the method consistently fails in one instance, and always works in the other, though. What's the timescale for 2.14.9? Thanks again Tom - Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon -- View this message in context: http://osgeo-org

Re: [Qgis-developer] symbol.symbolLayer(n) triggers RTTI error in one place, but doesn't in another

2016-11-21 Thread Matthias Kuhn
Hi Tom, If we are lucky, 2.14 users also no longer suffer from this issue as of the next nighly build [1] Bests Matthias [1] https://github.com/qgis/QGIS/commit/176987ea0d352ae1b1d2a7bdc0daab176a24c69c On 11/21/2016 12:03 PM, Tom Chadwin wrote: > QGIS 2.18, qgis2web leafletRefactor branch > (h

Re: [Qgis-developer] DB Manager and other PostGIS issues: notes from a course

2016-11-21 Thread Paolo Cavallini
Hi, thanks Giovanni for the feedback. Replies below. Il 21/11/2016 12:01, Giovanni Manghi ha scritto: >> * DB Manager >> * create table: field types are limited; in particular, timestamptz is >> missing > > old issue, old as db manager, it only shows a subset of available datatypes. do you kn

[Qgis-developer] symbol.symbolLayer(n) triggers RTTI error in one place, but doesn't in another

2016-11-21 Thread Tom Chadwin
QGIS 2.18, qgis2web leafletRefactor branch (https://github.com/tomchadwin/qgis2web/tree/leafletRefactor). - open a point layer - change marker type to SVG - start qgis2web - OpenLayers 3 preview works - click Leaflet in plugin dialog - RTTI error The error is triggered by: sl = symbol.symbolLa

Re: [Qgis-developer] DB Manager and other PostGIS issues: notes from a course

2016-11-21 Thread Giovanni Manghi
Hi all, > * DB Manager > * create table: field types are limited; in particular, timestamptz is > missing old issue, old as db manager, it only shows a subset of available datatypes. > * create table: SRID has to be entered by hand; the projection widget > should be added see above: it

[Qgis-developer] Plugin [1102] AequilibraE approval notification.

2016-11-21 Thread noreply
Plugin AequilibraE approval by pcav. The plugin version "[1102] AequilibraE 0.3.2" is now approved Link: http://plugins.qgis.org/plugins/AequilibraE/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman

Re: [Qgis-developer] QgsLayerTreeViewMenuProvider and default values

2016-11-21 Thread Richard Duivenvoorde
On 2016-11-21 03:02, Martin Dobias wrote: Ah, thanks Martin for your anwers. Q3: looking at the possibility to add a 'Transparency slider' in the layertree (see layer props bottom item): how difficult is it to add a 'refresh data' button (with custom refresh data code) in the layer tree See

Re: [Qgis-developer] Field Menu Range settings odd behaviour

2016-11-21 Thread Matthias Kuhn
Hi, With QGIS 2.16 constraints have been introduced that are able to check entered values and provide feedback as well as prevent the user from clicking ok: https://www.qgis.org/en/site/forusers/visualchangelog216/index.html#feature-constraints-on-widgets All the best Matthias On 11/21/2016 09:

Re: [Qgis-developer] Field Menu Range settings odd behaviour

2016-11-21 Thread roy roy
Hi:) Anybody interest in this issue? Il 17/11/2016 11:36, roy roy ha scritto: > Hi, > > working with field menu (QGIS 2.14.8 OSGEO4W64) i noted a behaviour that > i find misleading and > > could potentially lead to severe errors in edit session: > > say that i want to set a range for an integer fi