Re: [Qgis-developer] Installing QGIS server

2014-03-03 Thread Paolo Cavallini
Il 03/03/2014 05:09, Richard Duivenvoorde ha scritto: now I remember some other Debian specific thing, that took me some time to find out: since a certain update the config files (or links in /etc/apache2/sites-enabled have to have the .conf extention. I had an old server which was upgraded,

Re: [Qgis-developer] New feature: RFC saving style and ui in Spatialite

2014-03-03 Thread Gino Pirelli
regarding this feature I produced PullRequest: https://github.com/qgis/QGIS/pull/1221 thank you Luigi Pirelli (luigi.pire...@faunalia.it - lui...@gmail.com) On 28 February 2014 15:58, Gino Pirelli lui...@gmail.com wrote: regarding how to implement saving SLD in spatialite i downgraded my

Re: [Qgis-developer] Using PostGIS on a slow connection

2014-03-03 Thread Paolo Cavallini
Il 27/02/2014 03:17, Martin Dobias ha scritto: Paolo: make sure you have render caching turned on. Deactivating (and activating again) a layer should be immediate. Of course, if you pan the map or zoom in/out, everything will be re-rendered. Hi Martin, thanks for this. It helps, but my

Re: [Qgis-developer] Using PostGIS on a slow connection

2014-03-03 Thread Martin Dobias
Hi Paolo On Mon, Mar 3, 2014 at 7:18 PM, Paolo Cavallini cavall...@faunalia.it wrote: Il 27/02/2014 03:17, Martin Dobias ha scritto: Paolo: make sure you have render caching turned on. Deactivating (and activating again) a layer should be immediate. Of course, if you pan the map or zoom

Re: [Qgis-developer] Using PostGIS on a slow connection

2014-03-03 Thread Mathieu Pellerin
Martin, maybe render caching should be turned/forced on by default on qgis master builds right now so there can be a higher of ppl using it and reporting possible regressions? If it's now smooth and problem-free following mtr merge, it can be left on by default for final 2.4 release. On 3 Mar 2014

[Qgis-developer] Reminder for would-be mentors

2014-03-03 Thread Alexander Bruy
Hi, possible mentors please don't forget to register on Melange and introduce yourself in OSGeo GSoC mailing list s...@lists.osgeo.org Detailed instructions on registration process are available at OSGeo GSoC page here

Re: [Qgis-developer] Using PostGIS on a slow connection

2014-03-03 Thread Régis Haubourg
Hi, just tested with cache enabled and multi cpu . Memory do not stop increasing on each new rendering, from 240 Mo starting with no upper limit. With cache disabled, I also face memory growth, but very slow, and probably related to only some drawing actions (labels or raster? not sure).

[Qgis-developer] virtual fields

2014-03-03 Thread Denis Rouzaud
Hi all, I was wondering about the idea of being able to create simple views in QGIS, views in terms of database. Often, I use views (in postgres) to be able to create labels, title, simple calculation or whatever and also to combine data from joined tables. Somehow, all is already there in

Re: [Qgis-developer] virtual fields

2014-03-03 Thread Andreas Neumann
Hi Denis, I proposed this a couple of years ago: http://osdir.com/ml/qgis-user-gis/2011-07/msg00313.html But no-one dared to implement it until now. Meanwhile the expressions are almost like virtual columns - but for some purposes it would still be good to have (e.g. in forms, for QGIS server

Re: [Qgis-developer] virtual fields

2014-03-03 Thread Sandro Santilli
I also need this for TopoGeometry columns, in that often TopoGeometry are referenced by id but no such attribute as id exists. In this case the expression would need to run in the database, and the virtual field would be injected automatically rather than being selected by the user. --strk; On

Re: [Qgis-developer] virtual fields

2014-03-03 Thread Martin Dobias
Hi Denis On Mon, Mar 3, 2014 at 9:49 PM, Denis Rouzaud denis.rouz...@gmail.com wrote: Hi all, I was wondering about the idea of being able to create simple views in QGIS, views in terms of database. Often, I use views (in postgres) to be able to create labels, title, simple calculation or

Re: [Qgis-developer] virtual fields

2014-03-03 Thread Matthias Kuhn
On a similar note see this recent thread [1] which should be able to provide this kind of functionality. I don't know if Nahtan has already started to implement his POC. Regards, Matthias [1] http://lists.osgeo.org/pipermail/qgis-developer/2014-February/031010.html

Re: [Qgis-developer] virtual fields

2014-03-03 Thread kimaidou
Hi I have many people asking for this kind of virtual fields. The first time I show people the field calculator during curses, people often tell me : * I have done a mistake, how can I change the formula and see the result updated ? - they often compare this feature to the excel formula * I do

[Qgis-developer] How can I get the layer path and directory name from a comboBox?

2014-03-03 Thread Stefano Masera
Hi list, I have a plugin where I choose a layer from a comboBox. How can I get the layer path and directory name in the code? For example, in order to get the layer name and use it in the code, I use: layer_name = ftools_utils.getVectorLayerByName(self.comboBox.currentText()) Is

Re: [Qgis-developer] [QGIS-Server][Bug][Blocker] Version 2.2 : WFS GetFeature Request does not return features

2014-03-03 Thread rldhont
Hi devs, I have fixed, closed and backported the solution to release_2.2 Are there will be a version 2.2.1 ? Regards, René-Luc D'Hont 3Liz Le 27/02/2014 12:24, rldhont a écrit : Hi guys, I have just open a blocker issues about QGIS-Server and WFS because the GetFeature request is broken.

Re: [Qgis-developer] virtual fields

2014-03-03 Thread Denis Rouzaud
Hi, First, nice to hear that this feature seems to be awaited! I have thought about this functionality before and I think it should be relatively easy to add this functionality. The QgsVectorLayerFeatureIterator could simply compute the values of the virtual fields according to their

Re: [Qgis-developer] virtual fields

2014-03-03 Thread Denis Rouzaud
On 03. 03. 14 16:42, Matthias Kuhn wrote: On a similar note see this recent thread [1] which should be able to provide this kind of functionality. I don't know if Nahtan has already started to implement his POC. What would be the advantage of such a beast? Is it the caching? Regards,

Re: [Qgis-developer] Installing QGIS server

2014-03-03 Thread Alex Mandel
On 03/02/2014 08:09 PM, Richard Duivenvoorde wrote: n 02-03-14 19:10, Tim Sutton wrote: Hi Richard On Sun, Mar 2, 2014 at 7:30 PM, Richard Duivenvoorde rdmaili...@duif.net mailto:rdmaili...@duif.net wrote: I'm running Jessie here and there, and bumped upon the following thing:

Re: [Qgis-developer] Installing QGIS server

2014-03-03 Thread Tim Sutton
Hi On Mon, Mar 3, 2014 at 10:37 AM, Paolo Cavallini cavall...@faunalia.itwrote: Il 03/03/2014 05:09, Richard Duivenvoorde ha scritto: now I remember some other Debian specific thing, that took me some time to find out: since a certain update the config files (or links in

Re: [Qgis-developer] Installing QGIS server

2014-03-03 Thread Paolo Cavallini
Il 03/03/2014 21:22, Tim Sutton ha scritto: Which tutorial are you following Paolo? (URL?) http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial thanks -- Paolo Cavallini - www.faunalia.eu QGIS PostGIS courses: http://www.faunalia.eu/training.html

Re: [Qgis-developer] virtual fields

2014-03-03 Thread Matthias Kuhn
On Mon 03 Mär 2014 17:55:06 CET, Denis Rouzaud wrote: On 03. 03. 14 16:42, Matthias Kuhn wrote: On a similar note see this recent thread [1] which should be able to provide this kind of functionality. I don't know if Nahtan has already started to implement his POC. What would be the

Re: [Qgis-developer] virtual fields

2014-03-03 Thread Nathan Woodrow
Hey all, The SQLite virtual table thing and these virtual fields are two different beasts. Both should be features. Virtual columns should be a easy-ish one so lets start with that. The advantage of using SQLite virtual tables is it would give us a high level SQL language with all the spatial

Re: [Qgis-developer] How can I get the layer path and directory name from a comboBox?

2014-03-03 Thread Gino Pirelli
all info in QgsMapLayer: http://qgis.org/api/classQgsMapLayer.html in your case: layer.source() On 3 March 2014 16:43, Stefano Masera stefano.mas...@arpa.piemonte.itwrote: Hi list, I have a plugin where I choose a layer from a comboBox. How can I get the layer path and directory name in

[Qgis-developer] Plugin [256] Layer Combinations approval notification.

2014-03-03 Thread noreply
Plugin Layer Combinations approval by redl. The plugin version [256] Layer Combinations 1.1 is now unapproved Link: http://plugins.qgis.org/plugins/layerCombinations/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Identify with Feature Form on QGIS 2.2

2014-03-03 Thread Pedro Venâncio
Hi, It was already corrected by Jurgen (thanks!) [0], but a bug like this in the final release is quite annoying... I also do not know when it was introduced, because I did not realize it before. Best regards, Pedro [0] http://hub.qgis.org/issues/9631