[Qgis-developer] qgsmaplayerrenderer.h not in public API

2015-01-16 Thread Anatoliy Golubev
Hi devs! I cant find qgsmaplayerrenderer.h in include directory of qgis. Is there a reason not to install it? Thanks! ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Rotation status and PSC meeting

2015-01-16 Thread Sandro Santilli
On Fri, Jan 16, 2015 at 09:00:38AM +0700, Mathieu Pellerin wrote: Sandro, The last few weeks has been a nice leap forward when it comes to your rotation feature, congratulation on that. IMO, based on the improvements, it's worth considering _removing the activation option altogether_ from

[Qgis-developer] problem with GROUP BY in `Execute SQL` Processing

2015-01-16 Thread Matteo Ghetta
Hi guys, I'm trying to run the Processing Execute SQL algorithm with super simple following query: select * from au where ID 100 group by ID But it returns this error (Processing log): GDAL execution console output ERROR 1: SQL Expression Parsing Error: syntax error No problem with other

Re: [Qgis-developer] Rotation status and PSC meeting

2015-01-16 Thread Sandro Santilli
On Fri, Jan 16, 2015 at 12:48:53PM +0700, Mathieu Pellerin wrote: Regarding the map overview issue, this got me to think that instead of having a map visibility extend calculation code in the composer map item, the QgsMapSettings object should have a function that returns a visible extend

Re: [Qgis-developer] problem with GROUP BY in `Execute SQL` Processing

2015-01-16 Thread Régis Haubourg
Hi, not sure, did you try double quotes on fields names, like: select * from au where ID 100 group by ID ? Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/problem-with-GROUP-BY-in-Execute-SQL-Processing-tp5181825p5181832.html Sent from the Quantum GIS -

[Qgis-developer] How to centrlyse color ramps and symbol ressources?

2015-01-16 Thread Régis Haubourg
Hi, I faced today a trouble when trying to share a map with custom color ramps. QGIS does not embed color ramps in qgs files, same behaviour as SVG symbols. When we have additionnal paths for SVG symbols, I couldn't find the same for additionnal symbols and color ramps. How can I achieve that?

Re: [Qgis-developer] problem with GROUP BY in `Execute SQL` Processing

2015-01-16 Thread Matteo Ghetta
Hi Régis, nope, same error with the quotes. BTW: `au` is a shapefile, but if I load it in a SpatiaLite DB and if I use DB Manager the query runs without problems. Last information: same error in 2.6 and in Master Cheers Matteo ___ Qgis-developer

Re: [Qgis-developer] problem with GROUP BY in `Execute SQL` Processing

2015-01-16 Thread Régis Haubourg
Ok, I see some issues:;: 1- your query does WHERE + GROUp BY. SQL standards requires a HAVING CLAUSE with group by: select * from au group by ID HAVING ID 100 2- Geoprocessing waits for a spatial layer in return. I think you need to add explicit aggregate operators for your columns and

Re: [Qgis-developer] problem with GROUP BY in `Execute SQL` Processing

2015-01-16 Thread Matteo Ghetta
mmm I made some attempts but always the same parsing error.. so, you are saying that the error in Processing is related to the GEOMETRY column right? in the DB manager I can run the same query and then load the file when I specify the GEOMETRY column. That's ok But why I don't have any problem

[Qgis-developer] QGIS web client and dashpos in GetUrlParams.js

2015-01-16 Thread Luca Manganelli
Hi, this line: var dashpos = urlBaseArray[3].indexOf('-') causes trouble to us. We had to comment it and put: var dashpos = -1 because we use this URL to access to our Qgis Web Client (we use URL rewriting, too): http://ourserver/qgis-web-client/general/general/ and with

[Qgis-developer] Data-defined buttons for en masse size and rotation

2015-01-16 Thread Vincent Mora
Hi all, As an attempt to Improve GUI consistency UX for data-defined style (#9881) I'm planing to add a data-defined button[1] to the en masse size and rotation changing fields [2]. This could *replace* the scaling factor, scaling method and rotation available in the 'Advanced' menu.

[Qgis-developer] Identify Feature programatically (PyQgis) ?

2015-01-16 Thread jKrienert
Hoping to activate the identify feature tool for a specific feature via PyQgis. I have asked the question in another forum (link below), but it seemed that planting a seed here might help reveal a solution. gis.stackexchange posting

Re: [Qgis-developer] Data-defined buttons for en masse size and rotation

2015-01-16 Thread Anita Graser
Dear Vincent, Thank you for your thoughts and the detailed explanation! Maybe its just me, but I'm having a hard time imagining everything described without seeing some UI mockups. Would it be possible to show dialog examples of what you are planning? Best wishes, Anita On Fri, Jan 16, 2015

[Qgis-developer] Clarification of outcome of PSC meeting 16/1

2015-01-16 Thread Nyall Dawson
Hi, I'm seeking some clarification on the decisions made during last nights PSC. Specifically, it looks like it was agreed that LTR releases would go ahead, but I'm unclear on: - which release will become LTR? - will 2.10 become 3.0 and allow API break? - or if not, will the composer/layout API