Re: [Qgis-user] pyQGIS - set attributes by expression

2019-02-07 Thread Nyall Dawson
On Thu, 7 Feb 2019 at 23:19, Wouter Impens wrote: > > Thanks for the help Nyall, but I still don't get any result. > for a_feat in my_features: *snip* > a_feat.setAttribute(my_index, value) > > a_layer.commitChanges() Ok, your problem here is that `a_feat` is always a COPY of

Re: [Qgis-user] spatialite with update trigger seems to result in 'unselectable' geometry

2019-02-07 Thread Claas Leiner
Hi Janneke in a similar problem, it helped to update the spatial index: - CREATE TRIGGER update_geom AFTER UPDATE ON watersources BEGIN UPDATE watersources SET geom = Transform(MakePoint(east, north, 4326), 32638) WHERE id=1678; -- I have done this in my trigger Select

Re: [Qgis-user] pyQGIS - set attributes by expression

2019-02-07 Thread Wouter Impens
Thanks for the help Nyall, but I still don't get any result. I'll put the whole script here, maybe I'm doing something wrong on another level (I'm rather new in coding): from PyQt5.QtCore import * from qgis.core import * canvas = qgis.utils.iface.mapCanvas() my_layers = canvas.layers() for

[Qgis-user] QGIS Voting Member Ballot

2019-02-07 Thread Marco Bernasocchi
*Dear QGIS Communitywe invite you to elect your favorite community voting members. One community voting member is appointed in tandem with each QGIS Country User Group Voting Member.Due cancellation of two groups and the addition of three groups, this year there is only one spot up for vote.The

Re: [Qgis-user] Vector Affine trouble

2019-02-07 Thread DelazJ
Hi, Le jeu. 7 févr. 2019 à 13:05, Paolo Cavallini a écrit : > Please consider adopting it then. > Or, let it "die" if there are other valuable alternatives ( http://plugins.qgis.org/search/?q=affine) The move to 3 should also be the occasion to get rid of redundancy in plugins (and put all

Re: [Qgis-user] Vector Affine trouble

2019-02-07 Thread Paolo Cavallini
Please consider adopting it then. All the best, and thanks. On 06/02/19 18:26, Siki Zoltan wrote: > Hi Paolo, > > the QGIS 3.4 upgrade is a pull request what the original author of > qgsAffine hasn't merged yet (2 monthes old). > If he is on this list ... > > Regards, > Zoltan > > On Wed, 6