Re: [Qgis-developer] Z or M styling in QGIS

2017-04-29 Thread Régis Haubourg
Just a followup to this, I filed an issue here [0] It seems something is wrong in @geometry_point_num array when zooming at a level where the geometry is cropped by the canvas extent. This is the expression doing the work in a line geometry generator on a marker line symbol:

Re: [Qgis-developer] Z or M styling in QGIS

2017-01-19 Thread Régis Haubourg
Hi all, playing with my experimental Z styles I noticed strange rendering issues with vertices not being rendered at the right place. See short screen cast here https://youtu.be/NdoyysCzEUs I'm filing that in Does that look like a bug underneath in QGIS or

Re: [Qgis-developer] Z or M styling in QGIS

2017-01-03 Thread kimaidou
Thanks Regis ! 2017-01-03 12:22 GMT+01:00 Régis Haubourg : > First PR for sharing style here: > https://github.com/qgis/QGIS-Resources/pull/6 > > > ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info:

Re: [Qgis-developer] Z or M styling in QGIS

2017-01-03 Thread Régis Haubourg
First PR for sharing style here: https://github.com/qgis/QGIS-Resources/pull/6 2017-01-03 11:49 GMT+01:00 Régis Haubourg : > Oups sorry, I should have checked before. Centralizerd ressource is here > https://github.com/qgis/QGIS-Resources/tree/master/collections > > >

Re: [Qgis-developer] Z or M styling in QGIS

2017-01-03 Thread Régis Haubourg
Oups sorry, I should have checked before. Centralizerd ressource is here https://github.com/qgis/QGIS-Resources/tree/master/collections 2017-01-03 11:48 GMT+01:00 Régis Haubourg : > Yep, qgis ressource sharing + a blog post (I have a bunch of them to write > on many

Re: [Qgis-developer] Z or M styling in QGIS

2017-01-03 Thread Régis Haubourg
Yep, qgis ressource sharing + a blog post (I have a bunch of them to write on many topics) is the way to go . About ressource sharing, do we have a centralized repo somewhere. I don't want to create one for only a few styles.. 2017-01-03 11:40 GMT+01:00 kimaidou : > Hi all

Re: [Qgis-developer] Z or M styling in QGIS

2017-01-03 Thread kimaidou
Hi all This is indeed awesome ! Régis, you really should pass this kind of snippet to a broad audience (if you have time, of course). I do not know if the new QGIS sharing tool is the right target, or a quick blog post ? Cheers, Michaël 2017-01-03 11:31 GMT+01:00 Régis Haubourg

Re: [Qgis-developer] Z or M styling in QGIS

2017-01-03 Thread Régis Haubourg
2017-01-03 5:44 GMT+01:00 Nyall Dawson : > > > I'd say the preferred solution would be a 3d viewer using the Qt 3d > framework (http://doc.qt.io/qt-5/qt3d-examples.html). Then it could be > built in as core functionality instead of as a python plugin (or > relying on a js

Re: [Qgis-developer] Z or M styling in QGIS

2017-01-02 Thread Nyall Dawson
On 3 January 2017 at 02:48, Régis Haubourg wrote: > Hi folks, > I wish you all a happy new year and best wishes for a winning QGIS3 release! > > While working with Z value improvements in QGIS (see [0] ), It became clear > that we have some room for 3D - 4D styling. > >

[Qgis-developer] Z or M styling in QGIS

2017-01-02 Thread Régis Haubourg
Hi folks, I wish you all a happy new year and best wishes for a winning QGIS3 release! While working with Z value improvements in QGIS (see [0] ), It became clear that we have some room for 3D - 4D styling. I already have gathered some existing solutions for that: - Use Matplotlib / plotly