Re: [Qgis-developer] Multiple styles per layer

2015-01-09 Thread Andreas Neumann
Hi Martin, I can confirm that the switching between styles, when different renderers are involved, is now fixed. Thanks a lot! Andreas On 08.01.2015 06:12, Martin Dobias wrote: Hi Andreas On Thu, Jan 8, 2015 at 12:02 AM, Andreas Neumann > wrote: Hi Martin,

Re: [Qgis-developer] Multiple styles per layer

2015-01-09 Thread Martin Dobias
Hi Giovanni On Thu, Jan 8, 2015 at 8:03 PM, G. Allegri wrote: > I see that "Lock layers for map item" inside the composer doesn't blocks a > style switch. I think it would be a useful feature. > I am considering to add locking of styles when locking layers in map items. Otherwise the use of sty

[Qgis-developer] Enabling map rotation in master

2015-01-09 Thread Andreas Neumann
Hi, I was trying to enable map rotation in QGIS master, by setting QGIS_ENABLE_CANVAS_ROTATION to any value (tried 1 or true). However, it has no effect. The rotation GUI seems to stay hidden. Is the env-var still the way to enable rotation or is there another setting? Thanks, Andreas _

Re: [Qgis-developer] Enabling map rotation in master

2015-01-09 Thread Daniel Kastl
> > > I was trying to enable map rotation in QGIS master, by setting > > QGIS_ENABLE_CANVAS_ROTATION > > to any value (tried 1 or true). > > However, it has no effect. The rotation GUI seems to stay hidden. Is the > env-var still the way to enable rotation or is there another setting? > > You just

Re: [Qgis-developer] Enabling map rotation in master

2015-01-09 Thread Andreas Neumann
Sorry for the noise. Found the checkbox "Experimental canvas rotation support (restart required)" under Settings -> Options -> General tab. Thanks, Andreas On 09.01.2015 09:34, Andreas Neumann wrote: Hi, I was trying to enable map rotation in QGIS master, by setting QGIS_ENABLE_CANVAS_ROTA

Re: [Qgis-developer] QGIS 2.6: .ui form window size

2015-01-09 Thread Guillaume
Hi, Still the same problem. Sorry for code, but here it is: def formTravROpen(dialog,layerid,featureid): global myDialog myDialog = dialog myDialog.window().resize(1263,726)# Resizes window to the first opening myDialog.window().saveGeometry()

[Qgis-developer] processing - new geoalgorithme FieldsMapper

2015-01-09 Thread Arnaud Morvan
I've made a Pull Request in processing plugin with a new GeoAlgorithm. https://github.com/qgis/QGIS/pull/1753 Can someone take a look at this (volaya or alexbruy), we would like it to be pulled before feature freeze. Objective of this new QGIS GeoAlgorithm is to provide a user friendly tool t

[Qgis-developer] CRS problem in stand alone application

2015-01-09 Thread Andrea Amparore
Dear all, I have a very annoying problem with my QGIS stand alone application, I have already asked this question to the QGIS User Community but without luck. It seems that the application can not create a coordinate reference system, and this is affecting my whole workflow. The script works perfec

Re: [Qgis-developer] processing - new geoalgorithme FieldsMapper

2015-01-09 Thread Régis Haubourg
Hi, some related questions on the fly: I'm developping some processing scripts too. 1- What is our policy for new scripts, adding them to QGIS core, or contribute them to QGIS-processing repository ressources? 2- How can we handle dependencies, and other ressources linked to a script (UI, html

[Qgis-developer] FOSS4G Europe 2015 is announced

2015-01-09 Thread René-Luc Dhont
Hi devs, I discovered this information : http://europe.foss4g.org/2015 It will be organized in Como, Italy, at the frontier with Switzerland, July 14th - 17th 2015. The limit for submission is the 25th february 2015. Regards ___ Qgis-developer mai

Re: [Qgis-developer] processing - new geoalgorithme FieldsMapper

2015-01-09 Thread Arnaud Morvan
and a new one, with new ParameterPredicate class (in progress, but all comments are welcome) https://github.com/qgis/QGIS/pull/1759 Arnaud ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-dev

[Qgis-developer] GdalTools plug-in clipper

2015-01-09 Thread Siki Zoltan
Hi List, I found a bug in GdalTools/Clipper, when a mask layer is used with a filter expression, the generated gdalwarp command is is not valid. The generated command looks like this: gdalwarp -q -cutline "poly.shp|layerid=0|subset=\"Nev\" = 'Heves'" -crop_to_cutline input.tif output.tif the

Re: [Qgis-developer] GdalTools plug-in clipper

2015-01-09 Thread Paolo Cavallini
Il 09/01/2015 17:58, Siki Zoltan ha scritto: I found a bug in GdalTools/Clipper, when a mask layer is used with a filter expression, the generated gdalwarp command is is not valid. The generated command looks like this: gdalwarp -q -cutline "poly.shp|layerid=0|subset=\"Nev\" = 'Heves'" -crop_to

Re: [Qgis-developer] Multiple styles per layer

2015-01-09 Thread matteo
Hi Martin, this new feature is simply awesome! I will do some test and report any issues.. Thanks! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] GdalTools plug-in clipper

2015-01-09 Thread Siki Zoltan
Hi Paolo, Bug report #11972 created. Zoltan On Fri, 9 Jan 2015, Paolo Cavallini wrote: Il 09/01/2015 17:58, Siki Zoltan ha scritto: I found a bug in GdalTools/Clipper, when a mask layer is used with a filter expression, the generated gdalwarp command is is not valid. The generated command