Re: [Qgis-developer] how to avoid full-table scans to determine primary key, extents?

2016-11-14 Thread Régis Haubourg
Hi, I did raise those issues in the list and in the hub before because I wa very impacted because all was exposed via postgres views. QGIS server was more impacted than desktop since project loading was made too often. That was partially solved in Server scope by writing extent in qgs file and

Re: [Qgis-developer] how to avoid full-table scans to determine primary key, extents?

2016-11-14 Thread Nicolas Boisteault
Hi, I think your question is related to this issue [1]. It is about QGIS Server but the issue is the same. QGIS needs a way to declare the extent of a layer to avoid a query that gets (st_extent) or guesses (st_estimated_extent) the extent. [1] : http://hub.qgis.org/issues/14364 Le

[Qgis-developer] Plugin [829] d3 Map Renderer approval notification.

2016-11-14 Thread noreply
Plugin d3 Map Renderer approval by pcav. The plugin version "[829] d3 Map Renderer 0.10.1 Experimental" is now approved Link: http://plugins.qgis.org/plugins/d3MapRenderer/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info:

[Qgis-developer] Plugin [1098] JoinSplit approval notification.

2016-11-14 Thread noreply
Plugin JoinSplit approval by pcav. The plugin version "[1098] JoinSplit 0.3" is now approved Link: http://plugins.qgis.org/plugins/JoinSplit-master/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info:

Re: [Qgis-developer] how to avoid full-table scans to determine primary key, extents?

2016-11-14 Thread Sandro Santilli
On Mon, Nov 14, 2016 at 04:43:31PM -0800, Chris Nicholas wrote: > I have noticed for a long time, that despite checking the “use > estimated metadata” box when adding PostGIS layers, QGIS seems to > issue 2 full-table scan queries. Could you check if an issue mentioning this problem exists

[Qgis-developer] how to avoid full-table scans to determine primary key, extents?

2016-11-14 Thread Chris Nicholas
greetings - I have noticed for a long time, that despite checking the “use estimated metadata” box when adding PostGIS layers, QGIS seems to issue 2 full-table scan queries. Although I do notice a number of queries to pg_stats, etc looking for various things, NET/NET is 2 full table scans

[Qgis-developer] Fwd: [Qt5] Compilation problems on windows

2016-11-14 Thread Anatoliy Golubev
-- Forwarded message -- From: Anatoliy Golubev Date: 2016-11-15 1:49 GMT+03:00 Subject: [Qt5] Compilation problems on windows To: qgis-developer Hi devs! I compiled QGIS 2.18 with Qt 5.3.2 and Visual Studio 2013. There

Re: [Qgis-developer] Equirectangular images PyQt

2016-11-14 Thread Francisco José Raga López
OK. this is the log.I'm using qgis 2.18 and windows 8,and 32 architecture.I am not familiar with this software.,this is a windows errors only I think. I'm open shortcut to qgis. [ ? ] API-MS-WIN-CORE-KERNEL32-PRIVATE-L1-1-1.DLLError opening file. The system cannot find the file

[Qgis-developer] delete selected features slow (because of featurecount/events)??

2016-11-14 Thread Richard Duivenvoorde
Hi Dev's, having a small dataset of 300 features (from an online service). I want to quickly remove most/all of those features, request a new set an put them in the same vectorlayer (in a python plugin). All ok, untill you activate the 'show feature count' in the legend. If you show the

Re: [Qgis-developer] QGIS v3 Code sprint in Lyon

2016-11-14 Thread Yves Jacolin
On Wednesday, November 09, 2016 8:58:53 Yves Jacolin wrote: > On Monday, November 07, 2016 14:42:44 Paolo Cavallini wrote: > > Il 07/11/2016 14:20, Régis Haubourg ha scritto: > > > Hi all, > > > I drafted the wiki page here [0] please tell if there is a better place > > > for > > > that. > > > >

Re: [Qgis-developer] broken link to CODING.md

2016-11-14 Thread Raymond Nijssen
Thank you! Done: https://github.com/qgis/QGIS-Website/pull/396 Raymond On 14-11-16 12:53, Matthias Kuhn wrote: Hi Raymond, It has been moved to the website, have a look here: https://github.com/qgis/QGIS/commit/7b0837f490018d938695ccf601ba9595cee7bdbd Can you update the link to

Re: [Qgis-developer] Plugins: "standalone" versus more tightly integrated

2016-11-14 Thread Matthias Kuhn
Hi Tom, The opt-in approach was for plugin development in general. As long as the API is there, anyone is free to use it or not. What's done for a specific plugin - like qgis2web in this case - is up to its developer. Anyway, for an example of what's possible now, have a look at the globe plugin

Re: [Qgis-developer] Equirectangular images PyQt

2016-11-14 Thread Luigi Pirelli
analyse using "dependency walker" to find what is the missing dll or symbol Luigi Pirelli ** * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com * LinkedIn:

Re: [Qgis-developer] Plugins: "standalone" versus more tightly integrated

2016-11-14 Thread Nathan Woodrow
Hey, Yeah, this was mainly just a side comment from watching Tom's talk and how integrated some plugins should be as part of the UI and if that makes the general UX better or worse. It's not always relevant in every context but I have started to become a fan of reusing what is provided in core

Re: [Qgis-developer] Plugins: "standalone" versus more tightly integrated

2016-11-14 Thread Tom Chadwin
Hi Matthias Yes, I'm talking about qgis2web, but thought the discussion was generally relevant. I'm not sure I agree with the opt-in approach. I think either it stays as it is, or the single dialog disappears, and it is embedded as Nathan suggests. Users could then configure the qgis2web panes in

Re: [Qgis-developer] broken link to CODING.md

2016-11-14 Thread Matthias Kuhn
Hi Raymond, It has been moved to the website, have a look here: https://github.com/qgis/QGIS/commit/7b0837f490018d938695ccf601ba9595cee7bdbd Can you update the link to http://qgis.org/en/site/getinvolved/development/qgisdevelopersguide.html Thanks Matthias On 11/14/2016 12:43 PM, Raymond

Re: [Qgis-developer] Plugins: "standalone" versus more tightly integrated

2016-11-14 Thread Matthias Kuhn
Hi Tom, Offering the possibility for this sounds good to me. I have already added an API to register custom pages on the vector layer properties page and will be happy to see more such functionality.

[Qgis-developer] broken link to CODING.md

2016-11-14 Thread Raymond Nijssen
The qtcreator setup page: https://www.qgis.org/en/site/getinvolved/development/qgisdevelopersguide/qtcreator.html contains a broken link to: https://github.com/qgis/QGIS/blob/master/CODING.md Indeed there is no directory 'blob' in the project (anymore) and I cannot find any file called

[Qgis-developer] Plugins: "standalone" versus more tightly integrated

2016-11-14 Thread Tom Chadwin
Hello all Nathan got in touch over the weekend, and we discussed possible plugin changes. He suggested breaking up the one-dialog GUI, and instead embedding the different parts into appropriate places in QGIS: - general options into own pane - preview window into own pane - layer settings as

Re: [Qgis-developer] [Qgis-user] Geojson URL's

2016-11-14 Thread Pasquale Di Donato
Just FYI, a couple of months ago I had the same issue with password secured GeoJSON files over https and under proxy. The access to the GeoJSON files worked without any problem without the proxy. Under the proxy I had to set the environment variable as said in a previous email. On Mon, Nov 14,