Re: [Qgis-developer] Managing plugins that depend on other plugins

2015-09-11 Thread Régis Haubourg
+1 would love such a feature! We also miss some nice handling of python libs dependencies. Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Managing-plugins-that-depend-on-other-plugins-tp5223790p5223876.html Sent from the Quantum GIS - Developer mailing list

[Qgis-developer] problem with master compilation (GRASS issue)

2015-09-11 Thread Martin Landa
Hi all, I recently tried to compile QGIS master. $ make install failed with CMake Error at /home/landa/src/qgis/build/python/plugins/fTools/cmake_install.cmake:36 (FILE): file INSTALL cannot find "/home/landa/src/qgis/build/python/plugins/fTools/resources_rc.py". Call Stack (most recent ca

Re: [Qgis-developer] QGIS Server does not release files after each request - OGROpenShared instead of OGROpen ?

2015-09-11 Thread kimaidou
Hi I tested a quick and dirty patch, by replacing all occurences of OGROpen byt OGROpenShared in QGIS source, then rebuild and test server side --> No locks anymore ! QGIS Server works like a charm here, without increasing the number of opening for the same file. The only (but big) problem, is th

Re: [Qgis-developer] Expression context and custom functions

2015-09-11 Thread Hugo Mercier
Hi NYall, On 05/09/2015 14:09, Nyall Dawson wrote: > On 4 September 2015 at 01:12, Hugo Mercier wrote: >> Hi, >> >> I am using custom expressions functions for a plugin. >> Something like this : >> >> class MyFunction( QgsExpression.Function ): >> def func( self, values, feature, parent ): >>

[Qgis-developer] R: [Qgis-user] Re : view only current feature inatlas maps

2015-09-11 Thread Enrico Ferreguti
I agree with Michaël. I do not mean to modify styles from composer. Checking the option in composer should not influence map styles. It should only control feature visibility on atlas map item. Enrico. Da: kimaidou Inviato: venerdì 11 settembre 2015 14:04 A: Junior Cc: Enrico Ferreguti;qgis-d

[Qgis-developer] Managing plugins that depend on other plugins

2015-09-11 Thread Vincent Mora
Hi, The problem already happened when I developed processing plugins (which depend on processing), now it happens because I'm developing a complex plugin with some parts that will be useful as independent plugins (so I developed them as plugins): there is no clean way that I know about to specify

Re: [Qgis-developer] [Qgis-user] Re : view only current feature in atlas maps

2015-09-11 Thread kimaidou
Another proposal : in the gui for rule base rendering, we could add a new column in the rules tables, name "Activate only for atlas", which will allow the user to toggle each rule. If the checkbox is checked, the rule is used only in atlas. This way the user can tune more easily, in the context of

Re: [Qgis-developer] fTools - Processing (again)

2015-09-11 Thread Victor Olaya
I think Arnaud also raised the question sometime ago (my fault for not commenting on that at the time...), and it should be easy to add those shortcuts, but I haven't had much time lately for working on Processing. I wont be attending the next Hackfest, but sounds like a task that can be accomplis

Re: [Qgis-developer] [QGIS-Processing] Define optional parameters in Script

2015-09-11 Thread Victor Olaya
Aside from the syntax...I am not sure it is a good idea... I mean, it is a good idea to allow optional parameters...but that is a big change in the current semantics of Processing algorithms. Some params can be optional (layers, tables), and have a setting for that. When they are not used, their v

Re: [Qgis-developer] Lizmap Web Client - Time manager not loading

2015-09-11 Thread Blumentrath, Stefan
Thank you for looking into this! Send me a note if I can be of help regarding testing or the like… Cheers Stefan From: kimaidou [mailto:kimai...@gmail.com] Sent: 11. september 2015 11:41 To: Blumentrath, Stefan Cc: Paolo Cavallini ; qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Li

Re: [Qgis-developer] fTools - Processing (again)

2015-09-11 Thread Paolo Cavallini
Il 11/09/2015 11:29, kimaidou ha scritto: > +1 for this ! Hi all, thanks for raising this point, IMHO a serious one. I'm very much in favour of removing redundancy. In this case, however, I think we better be careful before removing fTools, because: * people are used to it, and for one-shot analy

[Qgis-developer] Re : view only current feature in atlas maps

2015-09-11 Thread Junior
Hi, i don't know if there is a work around but a big +1 for your UI proposal. Envoyé depuis mon HTC - Reply message - De : "Enrico Ferreguti" Pour : "qgis-developer" , "qgis-u...@lists.osgeo.org" Objet : [Qgis-developer] view only current feature in atlas maps Date : ven., sept. 11, 20

Re: [Qgis-developer] Lizmap Web Client - Time manager not loading

2015-09-11 Thread kimaidou
Sorry for the late answer. I will look at the github issue and see what is going on. I have made some improvements in future Lizmap release, and tested the differents demo projects against it, so things should be ok now. Comparing between servers is not always possible, depending of QGIS Server ve

Re: [Qgis-developer] fTools - Processing (again)

2015-09-11 Thread kimaidou
in the next > LTR release. > > regards > > Bernhard > > [1] https://github.com/qgis/QGIS/pull/2307 > [2] > http://osgeo-org.1560.x6.nabble.com/Processing-and-ftools-Proposal-for-hackfest-td5204324.html > > > __ Information from ESET Mail Security, version of virus si

Re: [Qgis-developer] [QGIS-Processing] Define optional parameters in Script

2015-09-11 Thread kimaidou
Hi I would personaly use the second : add a new property for each input. If not given, this means the input is mandatory, if "opt" is present, make it optionnal. Cheers, Michael 2015-08-28 14:53 GMT+02:00 René-Luc Dhont : > Hi Victor, > > I'm working on porting QGIS Processing to Web Processing

[Qgis-developer] fTools - Processing (again)

2015-09-11 Thread Bernhard Ströbl
60.x6.nabble.com/Processing-and-ftools-Proposal-for-hackfest-td5204324.html __ Information from ESET Mail Security, version of virus signature database 12237 (20150911) __ The message was checked by ESET Mail Security. http://www.ese

[Qgis-developer] view only current feature in atlas maps

2015-09-11 Thread Enrico Ferreguti
Hi list, when I need to isolate the current atlas feature in map views I currently enable the rule based feature style and I set the rule to "$atlasfeatureid = $id" following this tutorial: http://nathanw.net/2013/12/02/waiting-for-qgis-2-2-highlighting-current-atlas-feature/ I'm wondering if ther

Re: [Qgis-developer] trouble when compiling QGIS (libgeos)

2015-09-11 Thread matteo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 > You upgraded GEOS after configuring QGIS, I presume (based on Bas' > answer) not sure about that.. the trouble began with an updating of debian than with some attempts writing the make file, all is working.. -BEGIN PGP SIGNATURE- Version:

[Qgis-developer] QGIS Server does not release files after each request - OGROpenShared instead of OGROpen ?

2015-09-11 Thread kimaidou
Hi all We are trying to use QGIS Server with nginx / supervisor instead of classical Apache / mod_fcgid. We have seen that for each server request, such as a GetMap responding an image rendered from a single Shapefile (or Tiff, of whatever), QGIS Server opens a new access to the file. Exemple nu