Re: [Qgis-developer] QEP about Multimap support for QGIS

2016-09-07 Thread Vincent Mora
Hi Alvaro, I'd also like to see that in QGis 3. I'm developing a plugin that needs this functionality to visualize/edit features in the vertical "plane" an it looks/behave pretty much the same (except for a separate dock widget for the layer tree of the second and third map). The plugin is

Re: [Qgis-developer] Building plugin for Print Composer

2015-08-14 Thread Vincent Mora
Le 08/08/2015 11:19, Nyall Dawson a écrit : On 7 Aug 2015 6:58 pm, Vincent Mora vincent.m...@oslandia.com mailto:vincent.m...@oslandia.com wrote: Hi all, I need to add graphs generated by a plugin to compositions. I'm considering to develop a PluginComposerItem in the same spirit

Re: [Qgis-developer] Bug in symbol size data-defined override

2015-06-09 Thread Vincent Mora
On 08/06/2015 15:46, Andreas Neumann wrote: I agree - a rename to size assistant or sizing assistant would be useful. In my opinion, the new solution is not harder to find than the old solution - which was pretty hard to find and even more disconnected to the actual symbol than the new

Re: [Qgis-developer] Bug in symbol size data-defined override

2015-06-08 Thread Vincent Mora
On 05/06/2015 16:46, Alexandre Neto wrote: I'm still at 2.8.1 (I have no administrator permissions on this machine) Using data-defined override on a marker symbol does not seem to be working as it should. Comparing a layer where the marker size is set to 50 and another where we use 50 as an

Re: [Qgis-developer] Data-defined symbol size is not backwards compatible to 2.8.2

2015-06-04 Thread Vincent Mora
Hi Andreas, On 02/06/2015 16:07, Andreas Neumann wrote: I found another issue with the new scaling method: For multi level point symbols we need to be able to define the scaling on the symbol level. However, when adding it on the symbol level, the same rule applies both on the parent marker

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

2015-01-22 Thread Vincent Mora
. Thanks, V. On 21/01/2015 14:46, Régis Haubourg wrote: Hi Vincent, good to know, thanks Régis Vincent Mora wrote On 20/01/2015 22:51, Anita Graser wrote: Hi Régis, Thanks a lot for all the details! On Mon, Jan 19, 2015 at 9:30 PM, Régis Haubourg lt; regis.haubourg@ gt; wrote: - when using

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

2015-01-21 Thread Vincent Mora
On 20/01/2015 22:51, Anita Graser wrote: Hi Régis, Thanks a lot for all the details! On Mon, Jan 19, 2015 at 9:30 PM, Régis Haubourg regis.haubo...@eau-adour-garonne.fr wrote: - when using the GUI assistant or the graduated classification, we will enable a legend for mapcanvas and composer 's

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

2015-01-20 Thread Vincent Mora
On 19/01/2015 21:04, Anita Graser wrote: Hi Vincent, On Mon, Jan 19, 2015 at 11:20 AM, Vincent Mora vincent.m...@oslandia.com wrote: The changes are illustrated in the attached files. Thanks a lot for the mockups! I don't have the Continuous size assistant right now

[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.

Re: [Qgis-developer] Symbology api

2014-10-05 Thread Vincent Mora
Hi Martin, On 03/10/2014 21:10, Martin Dobias wrote: Hi Vincent On Fri, Oct 3, 2014 at 1:10 PM, Vincent Moravincent.m...@oslandia.com wrote: We can use expressions to make the single symbol layer behave: - graduated : properties are continuous functions of attributes, - categorized or rule

[Qgis-developer] Symbology api

2014-10-03 Thread Vincent Mora
Hi all, While thinking about the interface of categorized and graduated symbology with varying size (instead of color) I had an idea to reduce the code complexity in src/core/symbology-ng (~15% less code). Since it changes the symbology API, I'd like your input on that: At the moment we

[Qgis-developer] Fwd: Style widget ergonomics

2014-10-01 Thread Vincent Mora
Hi all, It would be nice to have the same interface for data defined properties in the 'Style' widget and in the 'Labels' widget. The 'Labels' widget has a small icon on the side of each property that allows to specify a field or expression. The 'Style' widget has the 'Advanced' combobox

Re: [Qgis-developer] WFS provider without cache broken

2014-05-27 Thread Vincent Mora
On 26/05/2014 18:07, Martin Dobias wrote: Hi Vincent On Mon, May 26, 2014 at 9:57 PM, Vincent Mora vincent.m...@oslandia.com wrote: Hi, The WFS data provider seems broken when not-cached. As far I can see QgsWFSProvider::getFeatures( const QgsFeatureRequest request ) is never called, and it's

[Qgis-developer] WFS provider without cache broken

2014-05-26 Thread Vincent Mora
Hi, The WFS data provider seems broken when not-cached. As far I can see QgsWFSProvider::getFeatures( const QgsFeatureRequest request ) is never called, and it's where the special case of uri with BBOX (i.e. non-cached) is dealt with. The feature request from the vector layer goes through

Re: [Qgis-developer] Error installing nightly debs

2014-05-20 Thread Vincent Mora
Same error with yesterday nigthly on ubuntu 14.04. A quick temp fix is to uninstall python-qgis, finish the upgrade and reinstall python-qgis. On 19/05/2014 17:39, Paolo Cavallini wrote: Il 19/05/2014 08:16, Paolo Cavallini ha scritto: Hi all. Installing qgis-nightly from deb

Re: [Qgis-developer] [QGIS-UX] option to disable font vectorization in labels

2014-01-23 Thread Vincent Mora
you chose your file name). On 22/01/2014 11:27, Vincent Picavet wrote: Hello, Le mardi 21 janvier 2014 21:45:16, Nyall Dawson a écrit : On 22/01/2014 4:56 am, Anita Graser anitagra...@gmx.at wrote: Am 21.01.2014, 10:24 Uhr, schrieb Vincent Mora vincent.m...@oslandia.com - a composer option

Re: [Qgis-developer] Viewing SpatiaLite views in QGis

2014-01-23 Thread Vincent Mora
http://www.gaia-gis.it/gaia-sins/spatialite-cookbook/html/sp-view.html recommend to insert spatial view in *views_geometry_columns.* Note: I had problems trying to use OGC_FID instead of ROWID as the PK for the view. On 23/01/2014 09:26, Geo DrinX wrote: Hello all, I noticed a strange

Re: [Qgis-developer] QGIS build error in visual studio

2014-01-23 Thread Vincent Mora
This is apparently due to a difference in implementation of std::swap. Sorry for that. This should fix the problem: https://github.com/qgis/QGIS/pull/1106 On 23/01/2014 18:42, A Huarte wrote: Hi dev, now I have updated my master repository, I can not build QGIS in visual studio. May be this

[Qgis-developer] option to disable font vectorization in labels

2014-01-21 Thread Vincent Mora
Hi all, I'm working on improving svg export from composer. The aim is to be able to fine tune maps in a vector graphics editor (e.g. Illustrator or Inkscape). I already added an option to have each map layer in an different svg group that will be recognized by Inkscape as a layer

[Qgis-developer] svg output in composer

2014-01-09 Thread Vincent Mora
Hi, I'd like to improve the svg output of the composer, specifically: (1) - put each layers in a separate svg group (2) - fix #3975 (maybe with an option vectorise fonts yes/no to avoid breaking things in labelling) To realize (1) I need to have some kind of action when the rendering of a

Re: [Qgis-developer] No Zoom to selected point

2013-12-03 Thread Vincent Mora
I observed the same behavior (qgis master) with two points alligned on x (a very simple layer indeed). On 02/12/2013 12:15, Bernhard Ströbl wrote: Dear devs, today I stumbled on a strange behaviour when zoooming to a point. To reproduce: load a point layer, select one feature in the table and

Re: [Qgis-developer] Thanks for the hackfest

2013-09-23 Thread Vincent Mora
First hackfest for me. I liked it. Thank you very much for the organization. V. On 20/09/2013 13:40, Matthias Kuhn wrote: I would also like you all very much for the organisation of this great event. I enjoyed it very much. Especially the lunch in the end was amazing. Do we have the videos

Re: [Qgis-developer] Suppress rendering of small features

2013-09-12 Thread Vincent Mora
Hi, I did something somewhat similar to solve #4819 in Jully (Identify Features tool is slow with complex/big features) and Matthias asked me to do the same thing for the rubber-band. In polygon contours, points that are less than a pixel apart from the previous point are not drawn. That

Re: [Qgis-developer] New API: get attribute values from a PostGIS layer

2013-07-18 Thread Vincent Mora
On 17/07/2013 23:28, Vincent Mora wrote: Hi Stephan, We modified the postgis-workshop tutorial for qgis plugin development to use the new python api of qgis 1.9, there are examples of feature access in there: https://github.com/Oslandia/postgis-workshop Wrong link, sorry, the actual

[Qgis-developer] highlighting features

2013-07-17 Thread Vincent Mora
Hi, I'm working on issue 4819 and noticed that when a feature is selected, the pan is fast even with complex polygons whereas the pan slows down a lot when features are highlighted. My best guesses for the difference is: 1) pan operation use cached image for rendering in rendereV2 2) rendering

Re: [Qgis-developer] New API: get attribute values from a PostGIS layer

2013-07-17 Thread Vincent Mora
Hi Stephan, We modified the postgis-workshop tutorial for qgis plugin development to use the new python api of qgis 1.9, there are examples of feature access in there: https://github.com/Oslandia/postgis-workshop Cheers, Vincent. On 17/07/2013 21:13, Stéphane Henriod wrote: Dear all I am